IEventHookServiceCreatingSession Event |
Occurs when a session is being created.
Namespace:
Dundas.BI
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax event EventHandler<CreatingSessionEventArgs> CreatingSession
Event CreatingSession As EventHandler(Of CreatingSessionEventArgs)
event EventHandler<CreatingSessionEventArgs^>^ CreatingSession {
void add (EventHandler<CreatingSessionEventArgs^>^ value);
void remove (EventHandler<CreatingSessionEventArgs^>^ value);
}
abstract CreatingSession : IEvent<EventHandler<CreatingSessionEventArgs>,
CreatingSessionEventArgs>
Value
Type:
SystemEventHandlerCreatingSessionEventArgsSee Also