Click or drag to resize

ClientEventCollectionAdd Method

Adds a ClientEvent to the end of 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 Add(
	ClientEvent item
)

Parameters

item
Type: Cadcorp.Web.UI.UtilClientEvent
The ClientEvent to add to the end of the ClientEventCollection.

Return Value

Type: Int32
The zero-based index at which the new element is inserted.
See Also