WorkflowEventHandler Delegate
Represents delegate for the workflow events
Namespace: Microsoft.Uii.Desktop.Core
Assembly: Microsoft.Uii.Desktop.Core (in Microsoft.Uii.Desktop.Core.dll)
Usage
'Usage
Dim instance As New WorkflowEventHandler(AddressOf HandlerMethod)
Syntax
'Declaration
Public Delegate Sub WorkflowEventHandler ( _
sender As Object, _
e As WorkflowEventArgs _
)
public delegate void WorkflowEventHandler (
Object sender,
WorkflowEventArgs e
)
public delegate void WorkflowEventHandler (
Object^ sender,
WorkflowEventArgs^ e
)
/** @delegate */
public delegate void WorkflowEventHandler (
Object sender,
WorkflowEventArgs e
)
Parameters
- sender
Specifies the sender
- e
Specifies the event.
Platforms
See Also
Reference
Microsoft.Uii.Desktop.Core Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.