Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DropDownEditor Class / TextChanged Event


In This Topic
TextChanged Event (DropDownEditor)
In This Topic
Occurs when the text of the drop-down editor is changed.
Syntax
'Declaration
 
Public Event TextChanged As EventHandler
 
'Usage
 
Dim instance As DropDownEditor
Dim handler As EventHandler
 
AddHandler instance.TextChanged, handler
Remarks
This event is raised if the Text property is changed.
See Also