ExternalApplication.RequestAction Event
Event to request an action of another application to be invoked
Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)
Usage
'Usage
Dim instance As ExternalApplication
Dim handler As RequestActionEventHandler
AddHandler instance.RequestAction, handler
Syntax
'Declaration
<ObsoleteAttribute("This event is for internal UII use only and should not be use directly!")> _
Public Event RequestAction As RequestActionEventHandler
[ObsoleteAttribute("This event is for internal UII use only and should not be use directly!")]
public override event RequestActionEventHandler RequestAction
[ObsoleteAttribute(L"This event is for internal UII use only and should not be use directly!")]
public:
virtual event RequestActionEventHandler^ RequestAction {
void add (RequestActionEventHandler^ value) override;
void remove (RequestActionEventHandler^ value) override;
}
/** @event */
public void add_RequestAction (RequestActionEventHandler value)
/** @event */
public void remove_RequestAction (RequestActionEventHandler value)
Platforms
See Also
Reference
ExternalApplication Class
ExternalApplication Members
Microsoft.Uii.Csr Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.