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)
Syntaxpublic int Add(
ClientEvent item
)
Public Function Add (
item As ClientEvent
) As Integer
Parameters
- item
- Type: Cadcorp.Web.UI.UtilClientEvent
The ClientEvent to add to the end of the ClientEventCollection.
Return Value
Type:
Int32The zero-based index at which the new element is inserted.
See Also