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 (24.3.0.1000)
Syntax event 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:
SystemEventHandlerCleanupEventArgsSee Also