Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcTextBox Class / AcceptsTabChanged Event


In This Topic
AcceptsTabChanged Event
In This Topic
Occurs when the AcceptsTab property has changed.
Syntax
'Declaration
 
Public Event AcceptsTabChanged As EventHandler
 
'Usage
 
Dim instance As GcTextBox
Dim handler As EventHandler
 
AddHandler instance.AcceptsTabChanged, handler
Remarks
This event is raised if the AcceptsTab property is changed by programmatic modification.
See Also