AutomationBridgeService.RemoveDoActionEventTrigger Method
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.
Removes an event trigger against the Data Driven Adapter configured for the hosted application.
public:
void RemoveDoActionEventTrigger(System::String ^ applicationName, System::String ^ controlName, System::String ^ eventName, System::String ^ actionAppName, System::String ^ actionName);
public void RemoveDoActionEventTrigger (string applicationName, string controlName, string eventName, string actionAppName, string actionName);
member this.RemoveDoActionEventTrigger : string * string * string * string * string -> unit
Public Sub RemoveDoActionEventTrigger (applicationName As String, controlName As String, eventName As String, actionAppName As String, actionName 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.