IEventHookServiceGlobalCleanup Event |
Occurs when the global cleanup task is executed.
Namespace: Dundas.BIAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.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
EventHandlerCleanupEventArgs
See Also