RequestActionEventArgs Constructor (String, String, Object)
Create a request to run an action.
Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)
Usage
'Usage
Dim target As String
Dim action As String
Dim data As Object
Dim instance As New RequestActionEventArgs(target, action, data)
Syntax
'Declaration
Public Sub New ( _
target As String, _
action As String, _
data As Object _
)
public RequestActionEventArgs (
string target,
string action,
Object data
)
public:
RequestActionEventArgs (
String^ target,
String^ action,
Object^ data
)
public RequestActionEventArgs (
String target,
String action,
Object data
)
public function RequestActionEventArgs (
target : String,
action : String,
data : Object
)
Parameters
- target
The application to run the action on or * for all applications
- action
The name of the action
- data
Some data to pass along to the action
Remarks
Platforms
See Also
Reference
RequestActionEventArgs Class
RequestActionEventArgs Members
Microsoft.Uii.Csr Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.