Spread Windows Forms 12.0 Product Documentation
Click Event (DropDownEditor)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > DropDownEditor Class : Click Event
Occurs when the drop-down editor is clicked.
Syntax
'Declaration
 
Public Event Click As EventHandler
'Usage
 
Dim instance As DropDownEditor
Dim handler As EventHandler
 
AddHandler instance.Click, handler
public event EventHandler Click
Remarks
The Click event passes an System.EventArgs to its event handler, so it only indicates that a click has occurred.
See Also

Reference

DropDownEditor Class
DropDownEditor Members