New to Telerik UI for WinFormsStart a free 30-day trial

Represents event data of the Scroll event defined in all controls providing scrolling functionality(e.g. RadScrollBar).

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

C#
public class ScrollPanelEventArgs : EventArgs

Inheritance: objectEventArgsScrollPanelEventArgs

Inherited Members EventArgs.Empty

Constructors

Initializes a new instance of the ScrollPanelEventArgs class.

C#
public ScrollPanelEventArgs(Point oldValue, Point newValue)
Parameters:oldValuePointnewValuePoint

Properties

Gets the new thumb position (point).

C#
public Point NewValue { get; }

Gets the old thumb position (point).

C#
public Point OldValue { get; }