Called when the IsAsyncPresentationEnabledMinCount property changes.

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

Syntax

C#
protected virtual void OnIsAsyncPresentationEnabledMinCountChanged(
	int oldValue,
	int newValue
)
Visual Basic (Declaration)
Protected Overridable Sub OnIsAsyncPresentationEnabledMinCountChanged ( _
	oldValue As Integer, _
	newValue As Integer _
)

Parameters

oldValue
Type: System..::.Int32
newValue
Type: System..::.Int32

See Also