True DBGrid for WinForms
FetchScrollTips イベント (C1TrueDBGrid)

C1.Win.C1TrueDBGrid.4.5.2 アセンブリ > C1.Win.C1TrueDBGrid 名前空間 > C1TrueDBGrid クラス : FetchScrollTips イベント
Occurs whenever the grid has focus and the scrollbar thumb is moved using the mouse.
シンタックス
'宣言
 
Public Event FetchScrollTips As FetchScrollTipsEventHandler
public event FetchScrollTipsEventHandler FetchScrollTips
イベント データ

イベント ハンドラが、このイベントに関連するデータを含む、FetchScrollTipsEventArgs 型の引数を受け取りました。次の FetchScrollTipsEventArgs プロパティには、このイベントの固有の情報が記載されます。

プロパティ解説
Indicates the position in the DisplayColumns collection.  
The current C1DisplayColumn.  
The index of the topmost row for the scroll tip.  
Indicates the scrollbar that was moved.  
The text to be displayed in the scroll tip.  
Indicates the position of the Split in the Splits collection.  
The Style used to render the scroll tip.  
参照