HostedApplicationAdapter.AdapterFireRequestActionEvent Event
Lets the adapter request that an action be started. This can be used within custom adapters to send UII actions.
Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)
Usage
'Usage
Dim instance As HostedApplicationAdapter
Dim handler As AdapterFireRequestAction
AddHandler instance.AdapterFireRequestActionEvent, handler
Syntax
'Declaration
Public Event AdapterFireRequestActionEvent As AdapterFireRequestAction
public event AdapterFireRequestAction AdapterFireRequestActionEvent
public:
event AdapterFireRequestAction^ AdapterFireRequestActionEvent {
void add (AdapterFireRequestAction^ value);
void remove (AdapterFireRequestAction^ value);
}
/** @event */
public void add_AdapterFireRequestActionEvent (AdapterFireRequestAction value)
/** @event */
public void remove_AdapterFireRequestActionEvent (AdapterFireRequestAction value)
Platforms
See Also
Reference
HostedApplicationAdapter Class
HostedApplicationAdapter Members
Microsoft.Uii.Csr Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.