[]
Abstract class used to implemented actions.
public abstract class Action
Public MustInherit Class Action
| Name | Description |
|---|---|
| Action() | Initializes a new instance of the Action class. |
| Name | Description |
|---|---|
| PerformAction(object) | Invoked when an action occurs. |