Sessions.SessionShowEvent Event
Raised to show the session.
Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)
Usage
'Usage
Dim instance As Sessions
Dim handler As SessionShowHandler
AddHandler instance.SessionShowEvent, handler
Syntax
'Declaration
Public Event SessionShowEvent As SessionShowHandler
public event SessionShowHandler SessionShowEvent
public:
event SessionShowHandler^ SessionShowEvent {
void add (SessionShowHandler^ value);
void remove (SessionShowHandler^ value);
}
/** @event */
public void add_SessionShowEvent (SessionShowHandler value)
/** @event */
public void remove_SessionShowEvent (SessionShowHandler value)
Platforms
See Also
Reference
Sessions Class
Sessions Members
Microsoft.Uii.Csr Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.