[This is preliminary documentation and is subject to change.]

Invokes an event using the ActionPotentialUpdatedEventArgs

Namespace: Clarion.Framework
Assembly: ClarionLibrary (in ClarionLibrary.dll) Version: 6.1.1.0 (6.1.1.0)

Syntax

C#
public void InvokeEvent(
	ActionPotentialUpdatedEventArgs e
)

Parameters

e
Type: ActionPotentialUpdatedEventArgs
The event args for the event that is being invoked

Implements

IPublishes<(Of <(<'E>)>)>..::..InvokeEvent(E)

Remarks

Note
This method is implemented as part of the new Clarion-E emotion mechanism (a proposal for Nicholas Wilson's dissertation)

See Also