Intersoft ClientUI Documentation
OnOverflowItemChanging Method
See Also  Send Feedback
Intersoft.Client.UI.Aqua Namespace > UXOverflowStackPanel Class : OnOverflowItemChanging Method






e

Syntax

Visual Basic (Declaration) 
Protected Sub OnOverflowItemChanging( _
   ByVal e As OverflowItemChangingEventArgs _
) 
Visual Basic (Usage)Copy Code
Dim instance As UXOverflowStackPanel
Dim e As OverflowItemChangingEventArgs
 
instance.OnOverflowItemChanging(e)
C# 
protected void OnOverflowItemChanging( 
   OverflowItemChangingEventArgs e
)
Delphi 
protected procedure OnOverflowItemChanging( 
    e: OverflowItemChangingEventArgs
); 
JScript 
protected function OnOverflowItemChanging( 
   e : OverflowItemChangingEventArgs
);
Managed Extensions for C++ 
protected: void OnOverflowItemChanging( 
   OverflowItemChangingEventArgs* e
) 
C++/CLI 
protected:
void OnOverflowItemChanging( 
   OverflowItemChangingEventArgs^ e
) 

Parameters

e

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.