JavaDataDrivenAdapter.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.
Calls to the JavaDataDrivenAdapter API to manipulate the UI are dispatched to this handler.
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 type of the operation to be performed on the control.
- controlName
- String
Specifies the name of the control.
- controlValue
- String
Specifies the value to be assigned to the control.
- data
- String
Specifies the data associated with the operation.
Returns
Non-null for Find and Get OperationTypes, null for Set and Execute OperationTypes
Exceptions
Reference to the inner exception to determine cause