Called when the Count property changes.

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

Syntax

C#
protected virtual void OnCountChanged(
	int oldCount,
	int newCount
)
Visual Basic (Declaration)
Protected Overridable Sub OnCountChanged ( _
	oldCount As Integer, _
	newCount As Integer _
)

Parameters

oldCount
Type: System..::.Int32
newCount
Type: System..::.Int32

See Also