Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcNumber Class / PopUpClosed Event


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