Class
RadPanelScrollParametersEventArgs

Represents event data for the RadScrollViewer event.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class RadPanelScrollParametersEventArgs : EventArgs

Inheritance: objectEventArgsRadPanelScrollParametersEventArgs

Inherited Members EventArgs.Empty

Constructors

RadPanelScrollParametersEventArgs(bool, ScrollBarParameters)

Declaration

cs-api-definition
public RadPanelScrollParametersEventArgs(bool isHorizontalScrollBar, ScrollBarParameters scrollBarParameters)

Parameters

isHorizontalScrollBar

bool

scrollBarParameters

ScrollBarParameters

Properties

IsHorizontalScrollBar

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

Declaration

cs-api-definition
public bool IsHorizontalScrollBar { get; }

Property Value

bool

ScrollBarParameters

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

Declaration

cs-api-definition
public ScrollBarParameters ScrollBarParameters { get; }

Property Value

ScrollBarParameters