ComponentOne MultiSelect for WinForms
C1.Win.Input Namespace / C1RangeSlider Class / DirectionChanged Event

In This Topic
    DirectionChanged Event (C1RangeSlider)
    In This Topic
    Occurs when the value of the IsDirectionReversed property changes.
    Syntax
    'Declaration
     
    
    Public Event DirectionChanged As EventHandler
    public event EventHandler DirectionChanged
    See Also