ActionEventArgs Constructor
Initializes a new instance of the ActionEventArgs class.
Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)
Usage
'Usage
Dim actionID As Integer
Dim action As String
Dim data As String
Dim instance As New ActionEventArgs(actionID, action, data)
Syntax
'Declaration
Public Sub New ( _
actionID As Integer, _
action As String, _
data As String _
)
public ActionEventArgs (
int actionID,
string action,
string data
)
public:
ActionEventArgs (
int actionID,
String^ action,
String^ data
)
public ActionEventArgs (
int actionID,
String action,
String data
)
public function ActionEventArgs (
actionID : int,
action : String,
data : String
)
Parameters
- actionID
Specifies the action ID
- action
Specifies the name of the action
- data
Specifies the data to pass along with the action
Remarks
Platforms
See Also
Reference
ActionEventArgs Class
ActionEventArgs Members
Microsoft.Uii.Csr Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.