Syntax
'Declaration
Protected Overridable Sub OnItemsPanelChanged( _
ByVal As System.Windows.Controls.ItemsPanelTemplate, _
ByVal As System.Windows.Controls.ItemsPanelTemplate _
)
'Usage
Dim instance As AutoFilterListBox
Dim oldItemsPanel As System.Windows.Controls.ItemsPanelTemplate
Dim newItemsPanel As System.Windows.Controls.ItemsPanelTemplate
instance.OnItemsPanelChanged(oldItemsPanel, newItemsPanel)
protected virtual void OnItemsPanelChanged(
System.Windows.Controls.ItemsPanelTemplate ,
System.Windows.Controls.ItemsPanelTemplate
)
Parameters
- oldItemsPanel
- newItemsPanel
See Also