Raises the ValueChanged event.

Namespace:  PerpetuumSoft.Instrumentation.Windows.Forms
Assembly:  PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1

Syntax

C#
protected virtual void OnValueChanged(
	EventArgs args
)
Visual Basic (Declaration)
Protected Overridable Sub OnValueChanged ( _
	args As EventArgs _
)
Visual C++
protected:
virtual void OnValueChanged(
	EventArgs^ args
)

Parameters

args
Type: System..::.EventArgs

See Also