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)
Syntaxpublic int IndexOf(
ClientEvent item
)
Public Function IndexOf (
item As ClientEvent
) As Integer
Parameters
- item
- Type: Cadcorp.Web.UI.UtilClientEvent
The ClientEvent to locate.
Return Value
Type:
Int32The zero-based index of the first occurrence of item in the ClientEventCollection, if found; otherwise, -1.
See Also