Intersoft ClientUI Documentation
OnSelectionEndChanged Method



Specifies the old value of SelectionEnd property.
Specifies the new value of SelectionEnd property.
Provides handling when the value of SelectionEnd property is changed.
Syntax
Protected Overridable Sub OnSelectionEndChanged( _
   ByVal oldValue As Double, _
   ByVal newValue As Double _
) 
Dim instance As UXRangeSliderBar
Dim oldValue As Double
Dim newValue As Double
 
instance.OnSelectionEndChanged(oldValue, newValue)
protected virtual void OnSelectionEndChanged( 
   double oldValue,
   double newValue
)
protected:
virtual void OnSelectionEndChanged( 
   double oldValue,
   double newValue
) 

Parameters

oldValue
Specifies the old value of SelectionEnd property.
newValue
Specifies the new value of SelectionEnd 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

UXRangeSliderBar Class
UXRangeSliderBar Members

Send Feedback