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.5.0.0 (5.5.18.1019)
Syntaxpublic 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