Compartir a través de


DdaAutomationAdapter.GetTriggerParameters Method

Definition

Gets the trigger parameters.

protected:
 static void GetTriggerParameters(System::String ^ data, System::String ^ % controlName, System::String ^ % eventName, System::String ^ % actionAppName, System::String ^ % actionName, System::String ^ % CustomData);
protected static void GetTriggerParameters (string data, ref string controlName, ref string eventName, ref string actionAppName, ref string actionName, ref string CustomData);
static member GetTriggerParameters : string * string * string * string * string * string -> unit
Protected Shared Sub GetTriggerParameters (data As String, ByRef controlName As String, ByRef eventName As String, ByRef actionAppName As String, ByRef actionName As String, ByRef CustomData As String)

Parameters

data
String

Specifies the data.

controlName
String

Specifies the name of the control.

eventName
String

Specifies the name of the event.

actionAppName
String

Specifies the application name action.

actionName
String

Specifies the action name.

CustomData
String

Specifies custom data.

Applies to