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

In This Topic
    MultilineChanged Event (C1NumericEdit)
    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