Spread WPF Documentation
OnItemsPanelChanged Method (ToolbarStrip)


GrapeCity.Windows.SpreadSheet.UI Namespace > ToolbarStrip Class : OnItemsPanelChanged Method
Syntax
'Declaration
 
Protected Overridable Sub OnItemsPanelChanged( _
   ByVal oldItemsPanel As System.Windows.Controls.ItemsPanelTemplate, _
   ByVal newItemsPanel As System.Windows.Controls.ItemsPanelTemplate _
) 
'Usage
 
Dim instance As ToolbarStrip
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 oldItemsPanel,
   System.Windows.Controls.ItemsPanelTemplate newItemsPanel
)

Parameters

oldItemsPanel
newItemsPanel
See Also

Reference

ToolbarStrip Class
ToolbarStrip Members