Ribbon for WinForms
PopupEventHandler デリゲート

C1.Win.4.8 アセンブリ > C1.Win.C1SuperTooltip 名前空間 : PopupEventHandler デリゲート
C1SuperTooltipBase object that fired the event.
PopupEventArgs that contains the event data.
Represents the method that handles the Popup event.
シンタックス
'宣言
 
Public Delegate Sub PopupEventHandler( _
   ByVal sender As Object, _
   ByVal e As PopupEventArgs _
) 
public delegate void PopupEventHandler( 
   object sender,
   PopupEventArgs e
)

パラメータ

sender
C1SuperTooltipBase object that fired the event.
e
PopupEventArgs that contains the event data.
参照

PopupEventHandler メンバ
C1.Win.C1SuperTooltip 名前空間