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 (25.3.0.1000)
Syntaxevent 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: 
SystemEventHandlerCreatingSessionEventArgs
See Also