Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DropDownEditor Class / Click Event


In This Topic
    Click Event (DropDownEditor)
    In This Topic
    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