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.4.0.0 (5.4.0)
Syntax public override void RemoveValueChanged(
Object component,
EventHandler handler
)
Public Overrides Sub RemoveValueChanged (
component As Object,
handler As EventHandler
)
Parameters
- component
- Type: SystemObject
The component to remove the handler for. - handler
- Type: SystemEventHandler
The delegate to remove as a listener.
Exceptions See Also