Assembly: Forms;
Namespace: Prognoz.Platform.Interop.Forms;
The IScrollEventArgs interface contains properties of the argument of the events that are connected with change of scrollbars slider position of the component.
IScrollEventArgs
This argument is used in the following events:
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: