IHostedAppUICommand.FormSelected Event
The event fired when the form is selected.
Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)
Usage
'Usage
Dim instance As IHostedAppUICommand
Dim handler As FormSelectedEventHandler
AddHandler instance.FormSelected, handler
Syntax
'Declaration
Event FormSelected As FormSelectedEventHandler
event FormSelectedEventHandler FormSelected
event FormSelectedEventHandler^ FormSelected {
void add (FormSelectedEventHandler^ value);
void remove (FormSelectedEventHandler^ value);
}
/** @event */
void add_FormSelected (FormSelectedEventHandler value)
/** @event */
void remove_FormSelected (FormSelectedEventHandler value)
Platforms
See Also
Reference
IHostedAppUICommand Interface
IHostedAppUICommand Members
Microsoft.Uii.Csr Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.