Intersoft ClientUI Documentation
OnExpandDirectionChanged Method
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXInput Namespace > UXClipper Class : OnExpandDirectionChanged Method






oldValue
Old value.
newValue
New value.
ExpandDirectionProperty property changed handler.

Syntax

Visual Basic (Declaration) 
Protected Overridable Sub OnExpandDirectionChanged( _
   ByVal oldValue As ExpandDirection, _
   ByVal newValue As ExpandDirection _
) 
Visual Basic (Usage)Copy Code
Dim instance As UXClipper
Dim oldValue As ExpandDirection
Dim newValue As ExpandDirection
 
instance.OnExpandDirectionChanged(oldValue, newValue)
C# 
protected virtual void OnExpandDirectionChanged( 
   ExpandDirection oldValue,
   ExpandDirection newValue
)
Delphi 
protected procedure OnExpandDirectionChanged( 
    oldValue: ExpandDirection;
    newValue: ExpandDirection
); virtual; 
JScript 
protected function OnExpandDirectionChanged( 
   oldValue : ExpandDirection,
   newValue : ExpandDirection
);
Managed Extensions for C++ 
protected: virtual void OnExpandDirectionChanged( 
   ExpandDirection oldValue,
   ExpandDirection newValue
) 
C++/CLI 
protected:
virtual void OnExpandDirectionChanged( 
   ExpandDirection oldValue,
   ExpandDirection newValue
) 

Parameters

oldValue
Old value.
newValue
New value.

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.