Click or drag to resize
EntityPropertyDescriptorRemoveValueChanged 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 RemoveValueChanged(
	Object component,
	EventHandler handler
)

Parameters

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