PropertyDescriptor::GetValueChangedHandler Method (Object^)
.NET Framework (current version)
Retrieves the current set of ValueChanged event handlers for a specific component
Assembly: System (in System.dll)
Parameters
- component
-
Type:
System::Object^
The component for which to retrieve event handlers.
Return Value
Type: System::EventHandler^A combined multicast event handler, or null if no event handlers are currently assigned to component.
.NET Framework
Available since 2.0
Available since 2.0
Show: