Spread Windows Forms 12.0 Product Documentation
InvalidInput Event (EditBase)


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

Reference

EditBase Class
EditBase Members