Click or drag to resize
EntityViewBaseTEntityRaisesItemChangedEvents Property
Gets a value indicating whether the IRaiseItemChangedEvents object raises ListChanged events.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public bool RaisesItemChangedEvents { get; set; }

Property Value

Type: Boolean

Return Value

Type: Boolean
by 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

IRaiseItemChangedEventsRaisesItemChangedEvents
See Also