From 5a093a9a046f3171f502e76c9a22c086a4d65c18 Mon Sep 17 00:00:00 2001 From: Michael Bucari-Tovo Date: Wed, 8 Jun 2022 10:53:45 -0600 Subject: [PATCH] add event keyword --- Source/ApplicationServices/SearchEngineCommands.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/ApplicationServices/SearchEngineCommands.cs b/Source/ApplicationServices/SearchEngineCommands.cs index 7a0e2219..efc21c7f 100644 --- a/Source/ApplicationServices/SearchEngineCommands.cs +++ b/Source/ApplicationServices/SearchEngineCommands.cs @@ -29,7 +29,7 @@ namespace ApplicationServices } #endregion - public static EventHandler SearchEngineUpdated; + public static event EventHandler SearchEngineUpdated; #region Update private static bool isUpdating;