Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcTextBox Class / InvalidInput Event


In This Topic
    InvalidInput Event (GcTextBox)
    In This Topic
    Occurs when entering invalid characters.
    Syntax
    'Declaration
     
    
    Public Event InvalidInput As EventHandler
    'Usage
     
    
    Dim instance As GcTextBox
    Dim handler As EventHandler
     
    AddHandler instance.InvalidInput, handler
    public event EventHandler InvalidInput
    Remarks
    This event is raised if the invalid characters are entered using the keyboard or the Paste method.
    See Also