次の方法で共有


WorkflowEventHandler Delegate

Definition

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

e
WorkflowEventArgs

Specifies the event.

Applies to