DataDrivenAdapterBase.RaiseEvent Method (Object, String, String, String)
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2013, Dynamics CRM 2015, Dynamics CRM 2016
Raises events where necessary. There is no synchronization context marshalling. Events go out on the thread that raised them. It is the listeners responsibility to perform an application-specific thread marshalling as required.
Namespace: Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter
Assembly: Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter (in Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter.dll)
Syntax
protected void RaiseEvent(
object sender,
string eventName,
string controlName,
string controlValue
)
Protected Sub RaiseEvent (
sender As Object,
eventName As String,
controlName As String,
controlValue As String
)
Parameters
sender
Type: System.ObjectSpecifies the sender. When null, defaults to "this."
eventName
Type: System.StringSpecifies the name of the event.
controlName
Type: System.StringSpecifies the name of the control. Empty when not applicable to any named control.
controlValue
Type: System.StringSpecifies the value of the control. Populated with extra data associated with the event when necessary.
See Also
DataDrivenAdapterBase Class
Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter Namespace
Return to top
Unified Service Desk 2.0
© 2017 Microsoft. All rights reserved. Copyright