PropertyDescriptor::GetValueChangedHandler Method (Object^)

 

Retrieves the current set of ValueChanged event handlers for a specific component

Namespace:   System.ComponentModel
Assembly:  System (in System.dll)

public protected:
EventHandler^ GetValueChangedHandler(
	Object^ component
)

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
Return to top
Show: