WorkflowEventHandler Delegate
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.
Represents delegate for the workflow events
public delegate void WorkflowEventHandler(System::Object ^ sender, WorkflowEventArgs ^ e);
public delegate void WorkflowEventHandler(object sender, WorkflowEventArgs e);
type WorkflowEventHandler = delegate of obj * WorkflowEventArgs -> unit
Public Delegate Sub WorkflowEventHandler(sender As Object, e As WorkflowEventArgs)
Parameters
- sender
- Object
Specifies the sender
Specifies the event.