ComponentOne MultiSelect for WinForms
C1.Win.Input Namespace / C1NumericEdit Class / ModifiedChanged Event

In This Topic
    ModifiedChanged Event (C1NumericEdit)
    In This Topic
    Occurs when the value of the C1.Win.Input.Base.C1TextBoxBase.Modified property has changed.
    Syntax
    'Declaration
     
    
    Public Event ModifiedChanged As EventHandler
    public event EventHandler ModifiedChanged
    See Also