Class RadPanelScrollParametersEventArgs
Represents event data for the RadScrollViewer event.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RadPanelScrollParametersEventArgs : EventArgs
Constructors
RadPanelScrollParametersEventArgs(Boolean, ScrollBarParameters)
Declaration
public RadPanelScrollParametersEventArgs(bool isHorizontalScrollBar, ScrollBarParameters scrollBarParameters)
Parameters
System.Boolean
isHorizontalScrollBar
|
ScrollBarParameters
scrollBarParameters
|
Properties
IsHorizontalScrollBar
Indicates whether the scroll parameters are for the horizontal or for the vertical scroll bar.
Declaration
public bool IsHorizontalScrollBar { get; }
Property Value
System.Boolean
|
ScrollBarParameters
Scroll bar parameters taken from the scroll bar that caused the event. All parameters are filled correctly, not only the chagned one.
Declaration
public ScrollBarParameters ScrollBarParameters { get; }
Property Value
ScrollBarParameters
|