Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
public override void AddValueChanged(
	Object component,
	EventHandler handler
)

Parameters

component
Type: SystemObject
The component to add the handler for.
handler
Type: SystemEventHandler
The delegate to add as a listener.
Exceptions
ExceptionCondition
ArgumentNullExceptioncomponent or handler is null.
See Also