PowerTools SPREAD for Windows Forms 10.0J
Scroll イベント


スクロールバーがスクロールするときに発生します。
構文
'Declaration
 
Public Event Scroll As ScrollEventHandler
'使用法
 
Dim instance As FpScrollBar
Dim handler As ScrollEventHandler
 
AddHandler instance.Scroll, handler
public event ScrollEventHandler Scroll
イベント データ

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

プロパティ説明
NewValueGets or sets the new System.Windows.Forms.ScrollBar.Value of the scroll bar.  
OldValueGets the old System.Windows.Forms.ScrollBar.Value of the scroll bar.  
ScrollOrientationGets the scroll bar orientation that raised the Scroll event.  
TypeGets the type of scroll event that occurred.  
参照

FpScrollBar クラス
FpScrollBar メンバ

 

 


© 2004-2017, GrapeCity inc. All rights reserved.