ScrollEvent Class

Methods | Fields | This Package | All Packages

Provides information about the scroll event of a scroll bar.

Event
  |
  +--ScrollEvent

package com.ms.wfc.ui

public class ScrollEvent
extends
Event****

Remarks

The scroll event occurs when the user changes the value of the scroll bar. This event can result from a variety of actions, such as clicking a scroll bar arrow or dragging the scroll thumb. A ScrollEvent object specifies the type of scroll event that occurred and the new value of the scroll bar.

For more information about the different types of scroll events, see ScrollEventType. For information about the WFC event model, see .