ScrollEventArgs

Assembly: Forms;

Namespace: Prognoz.Platform.Interop.Forms

Description

The ScrollEventArgs interface contains properties of the argument of the events that are connected with change of scroll bars slider position of the component.

Fore.NET Syntax

Class to get analog of the ScrollEventArgs class:

None

Class to get analog of object of the ScrollEventArgs class:

ScrollEventArgsClass;

Designers

  Designer name Brief description
Create The Create designer creates argument of the events connected with the change of the scroll bars slider position of the components.

Properties of the class object inherited from IScrollEventArgs

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

See also:

Forms Assembly Classes