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

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