Input for WinForms | ComponentOne
C1.Win.Input Namespace / C1TextBox Class / ModifiedChanged Event

In This Topic
    ModifiedChanged Event (C1TextBox)
    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