Click or drag to resize

EntityViewBase<TEntity>.ListChanged Event

Event which is fired when the entity collection related to this entityview is changed.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.10.0.0 (5.10.0)
Syntax
public event ListChangedEventHandler ListChanged

Value

Type: System.ComponentModel.ListChangedEventHandler

Implements

IBindingList.ListChanged
See Also