Click or drag to resize
EntityView<TEntity> Events

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

Events
  NameDescription
Public eventDisposed
Adds an event handler to listen to the Disposed event on the component.
(Inherited from MarshalByValueComponent.)
Public eventListChanged
Event which is fired when the entity collection related to this entityview is changed.
(Inherited from EntityViewBase<TEntity>.)
Top
See Also