Raise the ValueChanget event.

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

Syntax

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

Parameters

args
Type: PropertyEventArgs

See Also