Click or drag to resize

EntityPropertyDescriptorSupportsChangeEvents Property

Gets a value indicating whether value change notifications for this property may originate from outside the property descriptor.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntax
public override bool SupportsChangeEvents { get; }

Property Value

Type: Boolean

Return Value

Type: Boolean
true if value change notifications may originate from outside the property descriptor; otherwise, false.
See Also