EntityViewBaseTEntityRaisesItemChangedEvents Property |
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntax public bool RaisesItemChangedEvents { get; set; }
Public Property RaisesItemChangedEvents As Boolean
Get
Set
Property Value
Type:
BooleanReturn Value
Type:
Booleanby default: false. Set to true if you want a bindingsource only raise events if the bound entityview(2) object raises
ListChanged events, not when the entity objects inside the view raise PropertyChangedEvents
Implements
IRaiseItemChangedEventsRaisesItemChangedEventsSee Also