Instrumentation Widgets Class Reference

ValuePresenter.OptimizedInvalidate Method 

Optimized version of invalidate method.

[Visual Basic]
Overridable Protected Sub OptimizedInvalidate( _
   ByVal oldValue As Integer, _
   ByVal NewValue As Integer _
)
[C#]
protected virtual void OptimizedInvalidate(
   int oldValue,
   int NewValue
);

Parameters

oldValue
Previous position of the marker.
NewValue
New Position of the marker.

See Also

ValuePresenter Class | PerpetuumSoft.Widgets Namespace