Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / RibbonTrackBar Class / MinusClick Event

In This Topic
    MinusClick Event (RibbonTrackBar)
    In This Topic
    Fires when the user clicks the Minus button.
    Syntax
    'Declaration
     
    
    Public Event MinusClick As CancelEventHandler
    public event CancelEventHandler MinusClick
    Event Data

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

    PropertyDescription
     
    See Also