Intersoft ClientUI Documentation
OnSelectionStartChanged Method



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

Parameters

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