Action Node

This class provides added configuration by adding a way to predefine actions that can be invoked at runtime by the user. However, these delegates are not fixed and may be added, dynamically, at run-time.

Fields

Stores a set of actions to be invoked by the user at run-time.

Properties

Gets or sets the System.Action or System.Func0 to be invoked.

Gets or sets the parameters that will be used when the Action Node is invoked.

Methods

Invokes the ActionNode.Delegate with the optional parameters defined in ActionNode.Param.