'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.