The ActionCollection type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Accept |
Accept all actions in this collection (in the order the collection contains the actions).
| |
| Add |
Adds an Action to the end of the ActionCollection.
| |
| AddRange |
Adds the entries in an array of actions to the end of the ActionCollection.
| |
| Clear |
Removes all actions from the ActionCollection.
| |
| Contains |
Determine whether an Action is in the ActionCollection.
| |
| Execute |
Excute all actions in this collection (in the order the collection contains the actions).
| |
| GetEnumerator |
Implements strong typed IEnumerable<T>.GetEnumerator.
| |
| IndexOf |
Searches for the specified Action in the ActionCollection.
| |
| Insert |
Insert an Action on a specific place in this ActionCollection.
| |
| InsertRange |
Insert the entries in an array of Actions to the specific locations in the ActionCollection.
| |
| Remove |
Removes an Action from this ActionCollection.
| |
| RemoveAt |
Removes an Action from the ActionCollection at the specified index.
| |
| RemoveRange |
Removes multiple actions from the collection.
|