IEventHookServiceGlobalCleanup Event | 
 Occurs when the global cleanup task is executed.
 
    Namespace: 
   Dundas.BI
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxevent EventHandler<CleanupEventArgs> GlobalCleanup
Event GlobalCleanup As EventHandler(Of CleanupEventArgs)
 event EventHandler<CleanupEventArgs^>^ GlobalCleanup {
	void add (EventHandler<CleanupEventArgs^>^ value);
	void remove (EventHandler<CleanupEventArgs^>^ value);
}abstract GlobalCleanup : IEvent<EventHandler<CleanupEventArgs>,
    CleanupEventArgs>
Value
Type: 
SystemEventHandlerCleanupEventArgs
See Also