TreeView for WinForms | ComponentOne
C1.Win.SuperTooltip Namespace / C1SuperTooltipBase Class / OnPopup Method
PopupEventArgs that contains the event data.

In This Topic
    OnPopup Method (C1SuperTooltipBase)
    In This Topic
    Raises the Popup event.
    Syntax
    'Declaration
     
    
    Protected Sub OnPopup( _
       ByVal e As PopupEventArgs _
    ) 
    protected void OnPopup( 
       PopupEventArgs e
    )

    Parameters

    e
    PopupEventArgs that contains the event data.
    See Also