Click or drag to resize

ClientEventCollectionRemove Method

Removes the first occurrence of a specific ClientEvent from 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 void Remove(
	ClientEvent item
)

Parameters

item
Type: Cadcorp.Web.UI.UtilClientEvent
The ClientEvent to remove from the ClientEventCollection.
See Also