'宣言 Public Delegate Sub PopupEventHandler( _ ByVal sender As System.Object, _ ByVal e As PopupEventArgs _ )
public delegate void PopupEventHandler( System.object sender, PopupEventArgs e )
パラメータ
- sender
 - イベントを発生した C1SuperTooltipBaseオブジェクト。
 - e
 - イベントデータを含む PopupEventArgs。