Compartir a través de


AutomationBridgeService.AddDoActionEventTrigger Method

Definition

Adds an event trigger against the Data Driven Adapter configured for the hosted application.

public:
 void AddDoActionEventTrigger(System::String ^ applicationName, System::String ^ controlName, System::String ^ eventName, System::String ^ actionAppName, System::String ^ actionName, System::String ^ data);
public void AddDoActionEventTrigger (string applicationName, string controlName, string eventName, string actionAppName, string actionName, string data);
member this.AddDoActionEventTrigger : string * string * string * string * string * string -> unit
Public Sub AddDoActionEventTrigger (applicationName As String, controlName As String, eventName As String, actionAppName As String, actionName As String, data As String)

Parameters

applicationName
String

Specifies the application name.

controlName
String

Specifies the control name.

eventName
String

Specifies the event name.

actionAppName
String

Specifies the action application name.

actionName
String

Specifies the action name.

data
String

Specifies the data.

Applies to