JavaScript.ClientEventCollection
Wisej.Web.JavaScript ClientEventCollection
Last updated
Was this helpful?
Wisej.Web.JavaScript ClientEventCollection
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Represents a collection of JavaScript events and their corresponding handler code.
: Returns the number of items in the collection.
: Returns the element at the specified index .
item
Checks whether the specified item exists in the collection.
item
Returns the position of the specified item in the collection.
item
Inserts the item into the collection at the specified index .
index
Position where to insert the item .
item
Removes the item from the collection.
item
index
Position of the item to remove from the collection.
Adds the instance to the collection.
item to add to the collection.
Removes all the items from the collection.
items to find in the collection.
Returns: . True of the collection contains the specified item .
item to locate in the collection.
Returns: . The index of the specified item or -1 if not found.
item to insert into the collection.
instance to remove from the collection.
Returns: . True of the specified item was found and removed from the collection.
Removes the item at the location index .
Fired when the collection has changed.