Intersoft ClientUI Documentation
OnExpandDirectionChanged Method (UXClipper)



Old value.
New value.
ExpandDirectionProperty property changed handler.
Syntax
Protected Overridable Sub OnExpandDirectionChanged( _
   ByVal oldValue As ExpandDirection, _
   ByVal newValue As ExpandDirection _
) 
Dim instance As UXClipper
Dim oldValue As ExpandDirection
Dim newValue As ExpandDirection
 
instance.OnExpandDirectionChanged(oldValue, newValue)
protected virtual void OnExpandDirectionChanged( 
   ExpandDirection oldValue,
   ExpandDirection newValue
)
protected:
virtual void OnExpandDirectionChanged( 
   ExpandDirection oldValue,
   ExpandDirection newValue
) 

Parameters

oldValue
Old value.
newValue
New value.
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

UXClipper Class
UXClipper Members

Send Feedback