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;