Class ScrollableEventArgs
Inheritance
System.Object
ScrollableEventArgs
Assembly: Syncfusion.SfGrid.WPF.dll
public class ScrollableEventArgs : RoutedEventArgs
Constructors
Declaration
public ScrollableEventArgs(ScrollEventType scrollEventType, double newValue)
Parameters
Type |
Name |
Description |
System.Windows.Controls.Primitives.ScrollEventType |
scrollEventType |
|
System.Double |
newValue |
|
Properties
Declaration
public double NewValue { get; }
Property Value
Declaration
public ScrollEventType ScrollEventType { get; }
Property Value
Type |
System.Windows.Controls.Primitives.ScrollEventType |