Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcNumberEditingControl Class / PopUpOpened Event


In This Topic
    PopUpOpened Event (GcNumberEditingControl)
    In This Topic
    Occurs when the popup calculator has opened.
    Syntax
    'Declaration
     
    
    Public Event PopUpOpened As EventHandler
    'Usage
     
    
    Dim instance As GcNumberEditingControl
    Dim handler As EventHandler
     
    AddHandler instance.PopUpOpened, handler
    public event EventHandler PopUpOpened
    Remarks
    This event is raised if the pop-up window is opened by either a programmatic modification or user interaction.
    See Also