Edit

Share via


CallExternalMethodActivity.OnMethodInvoking(EventArgs) Method

Definition

Provides a hook for derived classes to set ParameterBindings. This method is called just before the external method is run.

protected:
 virtual void OnMethodInvoking(EventArgs ^ e);
protected virtual void OnMethodInvoking(EventArgs e);
abstract member OnMethodInvoking : EventArgs -> unit
override this.OnMethodInvoking : EventArgs -> unit
Protected Overridable Sub OnMethodInvoking (e As EventArgs)

Parameters

e
EventArgs

An EventArgs that contains the data for the MethodInvoking event.

Applies to