IScrollEventArgs

Assembly: Forms;

Description

The IScrollEventArgs interface contains properties of the argument of the events that are connected with change of scrollbars slider position of the component.

Inheritance Hierarchy

          IEventArgs

          IScrollEventArgs

Comments

This argument is used in the following events:

Properties

  Property name Brief description
The Code property returns the code of the action that resulted in generating the event.
The Position property returns the current position of the scrollbar slider.

See also:

Forms Assembly Interfaces