Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Event fired to request an action.
Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)
Usage
'Usage
Dim instance As HostedApplication
Dim handler As EventHandler(Of RequestActionEventArgs)
AddHandler instance.RequestActionEvent, handler
Syntax
'Declaration
Public Event RequestActionEvent As EventHandler(Of RequestActionEventArgs)
public abstract event EventHandler<RequestActionEventArgs> RequestActionEvent
public:
virtual event EventHandler<RequestActionEventArgs^>^ RequestActionEvent {
void add (EventHandler<RequestActionEventArgs^>^ value) abstract;
void remove (EventHandler<RequestActionEventArgs^>^ value) abstract;
}
/** @event */
public abstract void add_RequestActionEvent (EventHandler<RequestActionEventArgs> value)
/** @event */
public abstract void remove_RequestActionEvent (EventHandler<RequestActionEventArgs> value)
Platforms
See Also
Reference
HostedApplication Class
HostedApplication Members
Microsoft.Uii.Csr Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.