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

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