CallExternalMethodActivity::OnMethodInvoked Method (EventArgs^)

 

Provides a hook for derived classes to extract out and return values from the ParameterBindings. This method is called just after the external method is run.

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

protected:
virtual void OnMethodInvoked(
	EventArgs^ e
)

Parameters

e
Type: System::EventArgs^

An EventArgs that contains the data for the MethodInvoking event.

The following example shows an implementation of the OnMethodInvoked method.

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

.NET Framework
Available since 3.0
Return to top
Show: