UpDownBase::OnChanged Method (Object^, EventArgs^)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

When overridden in a derived class, raises the Changed event.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

protected:
virtual void OnChanged(
	Object^ source,
	EventArgs^ e
)

Parameters

source
Type: System::Object^

The source of the event.

e
Type: System::EventArgs^

An EventArgs that contains the event data.

.NET Framework
Available since 1.1
Return to top
Show: