ClientEventCollectionItem Property |
Namespace:
Cadcorp.Web.UI.Util
Assembly:
Cadcorp.Web.UI (in Cadcorp.Web.UI.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntaxpublic ClientEvent this[
int index
] { get; set; }
Public Default Property Item (
index As Integer
) As ClientEvent
Get
Set
Parameters
- index
- Type: SystemInt32
The zero-based index of the entry to get or set.
Return Value
Type:
ClientEventThe
ClientEvent at the specified index
See Also