IScrollEventArgs

Assembly: Forms;

Namespace: Prognoz.Platform.Interop.Forms

Description

The IScrollEventArgs interface contains properties of the argument of the events that are connected with change of scroll bars 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 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 Interfaces