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