Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / RibbonNumericBox Class / ChangeCommitted Event

In This Topic
    ChangeCommitted Event (RibbonNumericBox)
    In This Topic
    Occurs when the user commits changes to the RibbonNumericBox.
    Syntax
    'Declaration
     
    
    Public Event ChangeCommitted As EventHandler
    public event EventHandler ChangeCommitted
    See Also