TreeView for WinForms | ComponentOne
C1.Win.C1SuperTooltip Namespace / PopupEventHandler Delegate
C1SuperTooltipBase object that fired the event.
PopupEventArgs that contains the event data.

In This Topic
    PopupEventHandler Delegate
    In This Topic
    Represents the method that handles the Popup event.
    Syntax
    'Declaration
     
    
    Public Delegate Sub PopupEventHandler( _
       ByVal sender As Object, _
       ByVal e As PopupEventArgs _
    ) 
    public delegate void PopupEventHandler( 
       object sender,
       PopupEventArgs e
    )

    Parameters

    sender
    C1SuperTooltipBase object that fired the event.
    e
    PopupEventArgs that contains the event data.
    See Also