Central events
| C# | Visual Basic | Visual C++ | 
namespace Keyoti.SearchEngine.Events
Namespace Keyoti.SearchEngine.Events
namespace Keyoti.SearchEngine.Events
| All Types | Classes | Interfaces | Enumerations | Delegates | 
| Icon | Type | Description | 
|---|---|---|
| ActionData | 
            Data relevant to an action event
              | |
| ActionEventArgs | 
            Event argument for the Action event.
              | |
| ActionEventHandler | 
            Handler signature for action events
              | |
| ActionName | 
            The name of the action which caused the event.
              | |
| CentralEventDispatcher | 
            Dispatches events from various source classes to direct handlers and plug-in DLLs (Configuration.EventHandlerAssemblyPath).
              | |
| CentralizedInternalEventNotifier | 
            Used by INotifyAction and INotifyNeedObject objects to fire Action and NeedObject events.
              | |
| IEventDispatcher | 
            A dispatcher of central events
              | |
| IsDocumentToBeCrawledEventData | 
            Data for the IsDocumentToBeCrawled event.
              | |
| IsDocumentToBeIndexedEventData | 
            Data for the IsDocumentToBeIndexed event.
              | |
| NeedObjectEventArgs | 
            Event argument for the NeedObject event.
              | |
| NeedObjectEventHandler | 
            Handler signature for need object events
              |