InvokeWorkflowActivity.Invoking Event

Definition

Occurs before the workflow is invoked.

public:
 event EventHandler ^ Invoking;
public event EventHandler Invoking;
member this.Invoking : EventHandler 
Public Custom Event Invoking As EventHandler 

Event Type

Remarks

This event is typically used for setting up workflow invoke parameters.

Applies to

See also