PropertyDescriptor::OnValueChanged Method (Object^, EventArgs^)

 

Raises the ValueChanged event that you implemented.

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

protected:
virtual void OnValueChanged(
	Object^ component,
	EventArgs^ e
)

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