Gets a action from the collection at the specified index.

Namespace:  PerpetuumSoft.Reporting.Windows.Forms
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1

Syntax

C#
public Action this[
	int index
] { get; }
Visual Basic (Declaration)
Public ReadOnly Default Property Item ( _
	index As Integer _
) As Action
Visual C++
public:
property Action^ default[int index] {
	Action^ get (int index);
}

Parameters

index
Type: System..::.Int32

See Also