Spread Windows Forms 12.0 Product Documentation
TextChanged Event


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > DropDownEditor Class : TextChanged Event
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
public event EventHandler TextChanged
Remarks
This event is raised if the Text property is changed.
See Also

Reference

DropDownEditor Class
DropDownEditor Members