Intersoft ClientUI Documentation
OnItemsPanelChanged Method (ISHeaderedItemsControl)



The old value of the ItemsPanel property.
The new value of the ItemsPanel property.
Called when the value of ItemsPanel property changes.
Syntax
Protected Overridable Sub OnItemsPanelChanged( _
   ByVal oldValue As ItemsPanelTemplate, _
   ByVal newValue As ItemsPanelTemplate _
) 
Dim instance As ISHeaderedItemsControl
Dim oldValue As ItemsPanelTemplate
Dim newValue As ItemsPanelTemplate
 
instance.OnItemsPanelChanged(oldValue, newValue)
protected virtual void OnItemsPanelChanged( 
   ItemsPanelTemplate oldValue,
   ItemsPanelTemplate newValue
)
protected:
virtual void OnItemsPanelChanged( 
   ItemsPanelTemplate^ oldValue,
   ItemsPanelTemplate^ newValue
) 

Parameters

oldValue
The old value of the ItemsPanel property.
newValue
The new value of the ItemsPanel property.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ISHeaderedItemsControl Class
ISHeaderedItemsControl Members

Send Feedback