Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NRangeSlider Class / RangeChanged Event


In This Topic
    RangeChanged Event
    In This Topic
    Syntax
    'Declaration
     
    
    Public Event RangeChanged As RangeSliderEventHandler
    'Usage
     
    
    Dim instance As NRangeSlider
    Dim handler As RangeSliderEventHandler
     
    AddHandler instance.RangeChanged, handler
    public event RangeSliderEventHandler RangeChanged
    Event Data

    The event handler receives an argument of type RangeSliderEventArgs containing data related to this event. The following RangeSliderEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets the range before the change.  
    Gets the value before the change.  
    Gets the NNRangeSlide which value has changed.  
    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