The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
PropertyDescriptor::RemoveValueChanged Method (Object^, EventHandler^)
.NET Framework (current version)
Enables other objects to be notified when this property changes.
Assembly: System (in System.dll)
Parameters
- component
-
Type:
System::Object^
The component to remove the handler for.
- handler
-
Type:
System::EventHandler^
The delegate to remove as a listener.
| Exception | Condition |
|---|---|
| ArgumentNullException | component or handler is null. |
.NET Framework
Available since 1.1
Available since 1.1
Show: