Called when the IsAsyncPresentationDeferredScrollRatio property changes.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.Data.Controls (in DlhSoft.Data.Controls.dll)

Syntax

C#
protected virtual void OnIsAsyncPresentationDeferredScrollRatioChanged(
	double oldValue,
	double newValue
)
Visual Basic (Declaration)
Protected Overridable Sub OnIsAsyncPresentationDeferredScrollRatioChanged ( _
	oldValue As Double, _
	newValue As Double _
)

Parameters

oldValue
Type: System..::.Double
newValue
Type: System..::.Double

See Also