CallExternalMethodActivity::MethodInvoking Event

 

Occurs before invoking the method.

Namespace:   System.Workflow.Activities
Assembly:  System.Workflow.Activities (in System.Workflow.Activities.dll)

public:
event EventHandler^ MethodInvoking {
	void add(EventHandler^ value);
	void remove(EventHandler^ value);
}

The following code example shows how to use the MethodInvoking event to set the method to call before invoking the external method. This code example is part of the Listen SDK sample from the PurchaseOrderWorkflow.Designer.cs file. For more information, seeListen Sample.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 3.0
Return to top
Show: