| FarPoint.Win.SpreadJ アセンブリ > FarPoint.Win.Spread 名前空間 > FpScrollBar クラス : Scroll イベント |
'DeclarationPublic Event Scroll As ScrollEventHandler
'使用法Dim instance As FpScrollBar Dim handler As ScrollEventHandler AddHandler instance.Scroll, handler
public event ScrollEventHandler Scroll
イベント ハンドラが、このイベントに関連するデータを含む、ScrollEventArgs 型の引数を受け取りました。次の ScrollEventArgs プロパティには、このイベントの固有の情報が記載されます。
| プロパティ | 説明 |
|---|---|
| NewValue | Gets or sets the new System.Windows.Forms.ScrollBar.Value of the scroll bar. |
| OldValue | Gets the old System.Windows.Forms.ScrollBar.Value of the scroll bar. |
| ScrollOrientation | Gets the scroll bar orientation that raised the Scroll event. |
| Type | Gets the type of scroll event that occurred. |