DataDrivenAdapterBase.OperationHandler Method (OperationType, String, String)
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2013, Dynamics CRM 2015, Dynamics CRM 2016
Calls to the DataDrivenAdapterBase API to manipulate the UI are dispatched to this handler. Override to implement custom behavior.
Namespace: Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter
Assembly: Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter (in Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter.dll)
Syntax
protected virtual string OperationHandler(
OperationType op,
string controlName,
string controlValue
)
Protected Overridable Function OperationHandler (
op As OperationType,
controlName As String,
controlValue As String
) As String
Parameters
op
Type: Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter.OperationTypeSpecifies the type of the operation to be performed on the control.
controlName
Type: System.StringSpecifies the name of the control.
controlValue
Type: System.StringSpecifies the value to be assigned to the control.
Return Value
Type: System.String
Returns non-null for Find and Get OperationTypes, null for Set and Execute OperationTypes
Exceptions
Exception | Condition |
---|---|
DataDrivenAdapterException |
See Also
OperationHandler Overload
DataDrivenAdapterBase Class
Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter Namespace
Return to top
Unified Service Desk 2.0
© 2017 Microsoft. All rights reserved. Copyright