Assembly: Forms;
Namespace: Prognoz.Platform.Interop.Forms;
The ScrollEventArgs interface contains properties of the argument of the events that are related with change of scrollbars slider position of the component.
Class to get analog of the ScrollEventArgs class:
None;
Class to get analog of object of the ScrollEventArgs class:
ScrollEventArgsClass;
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. |
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: