Click or drag to resize

EntityCollectionBase<TEntity> Events

The EntityCollectionBase<TEntity> generic type exposes the following members.

Events
  NameDescription
Public eventDisposed
IComponent's Disposed event.
(Inherited from CollectionCore<T>.)
Public eventEntityAdded
Event which is raised at the End of the Add or Insert(index) routine.
(Inherited from CollectionCore<T>.)
Public eventEntityAdding
Event which is raised at the start of the Add or Insert(index) routine. To cancel the addition action, set cancel to true.
(Inherited from CollectionCore<T>.)
Public eventEntityRemoved
Event which is raised at the End of the Remove or RemoveAt(index) routine.
(Inherited from CollectionCore<T>.)
Public eventEntityRemoving
Event which is raised at the start of the Remove or RemoveAt(index) routine. To cancel the remove action, set cancel to true.
(Inherited from CollectionCore<T>.)
Public eventListChanged
Event which is used in complex databinding.
(Inherited from CollectionCore<T>.)
Top
See Also