Intersoft ClientUI Documentation
OnItemsPanelChanged Method
See Also  Send Feedback
Intersoft.Client.Framework Namespace > ISItemsControl Class : OnItemsPanelChanged Method






oldValue
The old value of the ItemsPanel property.
newValue
The new value of the ItemsPanel property.
Called when the value of ItemsPanel property changes.

Syntax

Visual Basic (Declaration) 
Protected Overridable Sub OnItemsPanelChanged( _
   ByVal oldValue As ItemsPanelTemplate, _
   ByVal newValue As ItemsPanelTemplate _
) 
Visual Basic (Usage)Copy Code
Dim instance As ISItemsControl
Dim oldValue As ItemsPanelTemplate
Dim newValue As ItemsPanelTemplate
 
instance.OnItemsPanelChanged(oldValue, newValue)
C# 
protected virtual void OnItemsPanelChanged( 
   ItemsPanelTemplate oldValue,
   ItemsPanelTemplate newValue
)
Delphi 
protected procedure OnItemsPanelChanged( 
    oldValue: ItemsPanelTemplate;
    newValue: ItemsPanelTemplate
); virtual; 
JScript 
protected function OnItemsPanelChanged( 
   oldValue : ItemsPanelTemplate,
   newValue : ItemsPanelTemplate
);
Managed Extensions for C++ 
protected: virtual void OnItemsPanelChanged( 
   ItemsPanelTemplate* oldValue,
   ItemsPanelTemplate* newValue
) 
C++/CLI 
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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.