ORM Sample Class Library

CollectionTemplate Events

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

Public Instance Events

Disposed IComponent implemetation
ListChanged Raised when the list changes.

Explicit Interface Implementations

IBindingList.AddIndex 
IBindingList.AddNew If the parent is supplied ( a parent or the datamanger ) then it will be used to create a new object, providing the object has no parameters on its constructor.
IBindingList.ApplySort 
IBindingList.Find 
IBindingList.RemoveIndex 
IBindingList.RemoveSort 
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) 
ITypedList.GetItemProperties Allows the override of the default behaivour of SqlTypes to their native equivalent
ITypedList.GetListName Used for DataGridTableStyle

See Also

CollectionTemplate Class | OrmLib Namespace