| EntityPropertyDescriptorAddValueChanged Method  | 
 
            Enables other objects to be notified when this property changes.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.2.0.0 (5.2.17.0403)
Syntaxpublic override void AddValueChanged(
	Object component,
	EventHandler handler
)
Public Overrides Sub AddValueChanged ( 
	component As Object,
	handler As EventHandler
)
Parameters
- component
 - Type: SystemObject
The component to add the handler for. - handler
 - Type: SystemEventHandler
The delegate to add as a listener. 
Exceptions
See Also