UIADataDrivenAdapter.OperationHandler 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.
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
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.