Click or drag to resize

ClientEventCollectionItem Property

Gets or sets the ClientEvent at the specified index.

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 ClientEvent this[
	int index
] { get; set; }

Parameters

index
Type: SystemInt32
The zero-based index of the entry to get or set.

Return Value

Type: ClientEvent
The ClientEvent at the specified index
See Also