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
Constructors
C#
public RadPanelScrollParametersEventArgs(bool isHorizontalScrollBar, ScrollBarParameters scrollBarParameters)
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; }