ComponentOne Input Library for WPF
C1.WPF.Input Namespace / C1StopsSlider Class / StopsChanged Event

In This Topic
    StopsChanged Event
    In This Topic
    Called when the collection of stops changed.
    Syntax
    'Declaration
     
    
    Public Event StopsChanged As EventHandler(Of StopsChangedEventArgs)
    public event EventHandler<StopsChangedEventArgs> StopsChanged
    Event Data

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

    PropertyDescription
    Gets the list of stops values.  
    See Also