Compartir a través de


ActionEventArgs(Int32, String, String) Constructor

Definition

Initializes a new instance of the ActionEventArgs class.

public:
 ActionEventArgs(int actionID, System::String ^ action, System::String ^ data);
public ActionEventArgs (int actionID, string action, string data);
new Microsoft.Uii.Csr.ActionEventArgs : int * string * string -> Microsoft.Uii.Csr.ActionEventArgs
Public Sub New (actionID As Integer, action As String, data As String)

Parameters

actionID
Int32

Specifies the action ID

action
String

Specifies the name of the action

data
String

Specifies the data to pass along with the action

Applies to