UIADataDrivenAdapter.OperationHandler Method

Definition

Handles Get, Set, Find Execute Actions on controls.

protected:
 override System::String ^ OperationHandler(Microsoft::Uii::HostedApplicationToolkit::DataDrivenAdapter::OperationType op, System::String ^ controlName, System::String ^ controlValue, System::String ^ data);
protected override string OperationHandler (Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter.OperationType op, string controlName, string controlValue, string data);
override this.OperationHandler : Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter.OperationType * string * string * string -> string
Protected Overrides Function OperationHandler (op As OperationType, controlName As String, controlValue As String, data As String) As String

Parameters

op
OperationType

Specifies the operation.

controlName
String

Specifies the name of the control.

controlValue
String

Specifies the value of the control.

data
String

Specifies the value used to customize the operations of the control.

Returns

Applies to