ScrollEventArgs

Assembly: Forms;

Description

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

Constructors

  Constructor name Brief description
Create The Create constructor creates an argument of the events related with the change of the scrollbars slider position of the components.

Class object properties inherited from IScrollEventArgs

  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 Classes