Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcTextBox Class / MultilineChanged Event


In This Topic
    MultilineChanged Event
    In This Topic
    Occurs when the value of the Multiline property has changed.
    Syntax
    'Declaration
     
    
    Public Event MultilineChanged As EventHandler
    'Usage
     
    
    Dim instance As GcTextBox
    Dim handler As EventHandler
     
    AddHandler instance.MultilineChanged, handler
    public event EventHandler MultilineChanged
    Remarks
    This event is raised if the Multiline property is changed by a programmatic modification.
    See Also