The ActionCollection type exposes the following members.

Constructors

  NameDescription
ActionCollection
Initializes a new instance of the ActionCollection class.

Methods

  NameDescription
Add
Appends the specified Action to the end of the collection.
Clear
Removes all Action objects from the collection.
Contains
Determines whether the collection contains the specified Action.
CopyTo
Copies the items from the ActionCollection to the specified Array, starting with the specified index.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetEnumerator
Returns a IEnumerator implemented object that contains all Action objects in the ActionCollection.
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
IndexOf
Determines the index value that represents the position of the specified Action in the collection.
Insert
Inserts the specified Action in the collection at the specified index location.
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Remove
Removes the specified Action from the collection.
RemoveAt
Removes the Action at the specified index from the collection.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Count
Gets the number of Action objects in the collection.
IsSynchronized
Gets a value indicating whether access to the ActionCollection is synchronized (thread-safe).
Item
Gets an Action at the specified index in the collection.
SyncRoot
Gets the object that can be used to synchronize access to the ActionCollection.

See Also