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

Represents event data for the RadScrollViewer event.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

C#
public class RadPanelScrollParametersEventArgs : EventArgs

Inheritance: objectEventArgsRadPanelScrollParametersEventArgs

Inherited Members EventArgs.Empty

Constructors

C#
public RadPanelScrollParametersEventArgs(bool isHorizontalScrollBar, ScrollBarParameters scrollBarParameters)
Parameters:isHorizontalScrollBarboolscrollBarParametersScrollBarParameters

Properties

Indicates whether the scroll parameters are for the horizontal or for the vertical scroll bar.

C#
public bool IsHorizontalScrollBar { get; }

Scroll bar parameters taken from the scroll bar that caused the event. All parameters are filled correctly, not only the chagned one.

C#
public ScrollBarParameters ScrollBarParameters { get; }