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::OnValueChanged Method (Object^, EventArgs^)
.NET Framework (current version)
Raises the ValueChanged event that you implemented.
Assembly: System (in System.dll)
Parameters
- component
-
Type:
System::Object^
The object that raises the event.
- e
-
Type:
System::EventArgs^
An EventArgs that contains the event data.
This method should be called by your property descriptor implementation when the property value has changed.
.NET Framework
Available since 1.1
Available since 1.1
Show: