Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DropDownEditor Class / InvalidInput Event


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