ActionEventArgs(Int32, String, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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