Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcTextBoxEditingControl Class / MultilineChanged Event


In This Topic
    MultilineChanged Event (GcTextBoxEditingControl)
    In This Topic
    Occurs when the value of the Multiline property has changed.
    Syntax
    'Declaration
     
    
    Public Event MultilineChanged As EventHandler
    'Usage
     
    
    Dim instance As GcTextBoxEditingControl
    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