Click or drag to resize

ClientEventCollectionContains Method

Determines whether the specified ClientEvent is in 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 bool Contains(
	ClientEvent item
)

Parameters

item
Type: Cadcorp.Web.UI.UtilClientEvent
The ClientEvent to locate in the ClientEventCollection.

Return Value

Type: Boolean
True if item is found in the ClientEventCollection; otherwise, false.
See Also