ClassRadPanelScrollParametersEventArgs
Class
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
Constructors
RadPanelScrollParametersEventArgs(bool, ScrollBarParameters)
Declaration
cs-api-definition
public RadPanelScrollParametersEventArgs(bool isHorizontalScrollBar, ScrollBarParameters scrollBarParameters)
Parameters
isHorizontalScrollBar
scrollBarParameters
Properties
IsHorizontalScrollBar
Indicates whether the scroll parameters are for the horizontal or for the vertical scroll bar.
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