Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Delegates to raise an event with the blow parameters.
Namespace: Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter
Assembly: Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter (in Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter.dll)
Usage
'Usage
Dim instance As New RaiseEventHandler(AddressOf HandlerMethod)
Syntax
'Declaration
Public Delegate Sub RaiseEventHandler ( _
sender As Object, _
eventName As String, _
controlName As String, _
controlValue As String _
)
public delegate void RaiseEventHandler (
Object sender,
string eventName,
string controlName,
string controlValue
)
public delegate void RaiseEventHandler (
Object^ sender,
String^ eventName,
String^ controlName,
String^ controlValue
)
/** @delegate */
public delegate void RaiseEventHandler (
Object sender,
String eventName,
String controlName,
String controlValue
)
Platforms
See Also
Reference
Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.