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


In This Topic
    InvalidInput Event (EditBase)
    In This Topic
    Occurs when entering invalid characters.
    Syntax
    'Declaration
     
    
    Public Event InvalidInput As EventHandler
    'Usage
     
    
    Dim instance As EditBase
    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