DataDrivenAdapterBase.ExecuteControlAction(String, Boolean, String) 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.
Executes the designated action of the named control.
public:
void ExecuteControlAction(System::String ^ controlName, bool async, System::String ^ Data);
public void ExecuteControlAction (string controlName, bool async, string Data);
member this.ExecuteControlAction : string * bool * string -> unit
Public Sub ExecuteControlAction (controlName As String, async As Boolean, Data As String)
Parameters
- controlName
- String
Specifies the name of the control.
- async
- Boolean
Contains a Boolean value that specifies if the action is asynchronous.
- Data
- String
Contains additional data for customizing the operation.