Click or drag to resize

ClientEventCollectionIndexOf Method

Searches for the specified ClientEvent and returns the zero-based index of the first occurrence within the ClientEventCollection.

Namespace:  Cadcorp.Web.UI.Util
Assembly:  Cadcorp.Web.UI (in Cadcorp.Web.UI.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
public int IndexOf(
	ClientEvent item
)

Parameters

item
Type: Cadcorp.Web.UI.UtilClientEvent
The ClientEvent to locate.

Return Value

Type: Int32
The zero-based index of the first occurrence of item in the ClientEventCollection, if found; otherwise, -1.
See Also