FlexPivot for WinForms
RowColToolTipEventHandler デリゲート

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 : RowColToolTipEventHandler デリゲート
Object that fired the event.
ToolTipEventArgs object that contains the event data.
Represents the method that will handle the ShowScrollTip event.
シンタックス
'宣言
 
Public Delegate Sub RowColToolTipEventHandler( _
   ByVal sender As System.Object, _
   ByVal e As ToolTipEventArgs _
) 
public delegate void RowColToolTipEventHandler( 
   System.object sender,
   ToolTipEventArgs e
)

パラメータ

sender
Object that fired the event.
e
ToolTipEventArgs object that contains the event data.
参照

RowColToolTipEventHandler メンバ
C1.Win.C1FlexGrid 名前空間