HandleExternalEventActivity.OnInvoked(EventArgs) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called just after the external event is received to allow derived classes to process the inbound EventArgs before the activity closes.
protected:
virtual void OnInvoked(EventArgs ^ e);
protected virtual void OnInvoked(EventArgs e);
abstract member OnInvoked : EventArgs -> unit
override this.OnInvoked : EventArgs -> unit
Protected Overridable Sub OnInvoked (e As EventArgs)
Parameters
Remarks
The most common use of the OnInvoked method in derived classes is to extract members from the received EventArgs to set the values of the derived-classed activity's public properties.