NetXP 3.0 Reference

CollectionEx Events

The events of the CollectionEx class are listed below. For a complete list of CollectionEx class members, see the CollectionEx Members topic.

Public Instance Events

Changed Event raised when the collection has changed.
Cleared Event raised when collection has been cleared.
Clearing Event raised when collection is being cleared.
Inserted Event raised when an item has been inserted.
Inserting Event raised when an item is being inserted.
Removed Event raised when an item has been removed.
Removing Event raised when an item is being removed.

Explicit Interface Implementations

ICollection.CopyTo (inherited from CollectionBase) 
IList.Add (inherited from CollectionBase) 
IList.Contains (inherited from CollectionBase) 
IList.IndexOf (inherited from CollectionBase) 
IList.Insert (inherited from CollectionBase) 
IList.Remove (inherited from CollectionBase) 

See Also

CollectionEx Class | NETXP.Library Namespace