Gets the current index of the specified Action in the collection.

Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
public int IndexOf(
	Action a
)
Visual Basic
Public Function IndexOf ( _
	a As Action _
) As Integer

Return Value

Remarks

Returns an integer indicating the element of the specified Action within the collection. If the Action is not found the return value is –1.

See Also