Called when the ItemsPanel property changes.

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

Syntax

C#
protected virtual void OnItemsPanelChanged(
	ItemsPanelTemplate oldItemsPanel,
	ItemsPanelTemplate newItemsPanel
)
Visual Basic (Declaration)
Protected Overridable Sub OnItemsPanelChanged ( _
	oldItemsPanel As ItemsPanelTemplate, _
	newItemsPanel As ItemsPanelTemplate _
)

See Also