Spread Windows Forms 12.0 Product Documentation
InvalidInput Event (DropDownEditor)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > DropDownEditor Class : InvalidInput Event
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

Reference

DropDownEditor Class
DropDownEditor Members