IDesktopFeatureAccess.AfterSessionShowEventEvent Event
Raised after a session is shown.
Namespace: Microsoft.Crm.UnifiedServiceDesk.BaseControl
Assembly: Microsoft.Crm.UnifiedServiceDesk.BaseControl (in Microsoft.Crm.UnifiedServiceDesk.BaseControl.dll)
Usage
'Usage
Dim instance As IDesktopFeatureAccess
Dim handler As EventHandler(Of SessionEventArgs)
AddHandler instance.AfterSessionShowEventEvent, handler
Syntax
'Declaration
Event AfterSessionShowEventEvent As EventHandler(Of SessionEventArgs)
event EventHandler<SessionEventArgs> AfterSessionShowEventEvent
event EventHandler<SessionEventArgs^>^ AfterSessionShowEventEvent {
void add (EventHandler<SessionEventArgs^>^ value);
void remove (EventHandler<SessionEventArgs^>^ value);
}
/** @event */
void add_AfterSessionShowEventEvent (EventHandler<SessionEventArgs> value)
/** @event */
void remove_AfterSessionShowEventEvent (EventHandler<SessionEventArgs> value)
Platforms
See Also
Reference
IDesktopFeatureAccess Interface
IDesktopFeatureAccess Members
Microsoft.Crm.UnifiedServiceDesk.BaseControl Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.