Edit

Share via


IWorkflowDebuggerService.NotifyHandlerInvoking(Delegate) Method

Definition

Called before a code condition handler is invoked.

public:
 void NotifyHandlerInvoking(Delegate ^ delegateHandler);
public void NotifyHandlerInvoking (Delegate delegateHandler);
abstract member NotifyHandlerInvoking : Delegate -> unit
Public Sub NotifyHandlerInvoking (delegateHandler As Delegate)

Parameters

delegateHandler
Delegate

The code condition handler that will be invoked.

Applies to