ExternalApplication.adapter_AdapterRequestActionEvent 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.
Used when an adapter requests that an action be done on an application.
protected:
void adapter_AdapterRequestActionEvent(System::String ^ applicationName, System::String ^ actionName, System::String ^ data);
protected void adapter_AdapterRequestActionEvent (string applicationName, string actionName, string data);
member this.adapter_AdapterRequestActionEvent : string * string * string -> unit
Protected Sub adapter_AdapterRequestActionEvent (applicationName As String, actionName As String, data As String)
Parameters
- applicationName
- String
Application name to fire action against.
- actionName
- String
The action name to fire.
- data
- String
The data to send to the action.