EntityPropertyDescriptorSupportsChangeEvents Property |
Gets a value indicating whether value change notifications for this property may originate from outside the property descriptor.
Namespace: SD.LLBLGen.Pro.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax public override bool SupportsChangeEvents { get; }
Public Overrides ReadOnly Property SupportsChangeEvents As Boolean
Get
Property Value
Type:
BooleanReturn Value
Type:
Booleantrue if value change notifications may originate from outside the property descriptor; otherwise, false.
See Also