ActionCollection Class

Definition

Represents a collection of Action objects. This class cannot be inherited.

public ref class ActionCollection sealed
public sealed class ActionCollection
type ActionCollection = class
Public NotInheritable Class ActionCollection
Inheritance
ActionCollection

Constructors

ActionCollection()

Initializes a new instance of the ActionCollection class.

Properties

Count

Gets the number of items in the collection.

Item[Int32]

Gets an item from the collection at the specified index.

Methods

Add(Action)

Adds an Action object to the collection.

Applies to