Class ScrollChangedEventArgs
Inheritance
System.Object
    ScrollChangedEventArgs
  Namespace: Syncfusion.UI.Xaml.Grid.ScrollAxis
Assembly: Syncfusion.SfGridCommon.UWP.dll
Syntax
public class ScrollChangedEventArgs : EventArgs
  Constructors
ScrollChangedEventArgs(ScrollChangedAction)
Declaration
public ScrollChangedEventArgs(ScrollChangedAction action)
  Parameters
| Type | Name | Description | 
|---|---|---|
| ScrollChangedAction | action | 
Properties
Action
Declaration
public ScrollChangedAction Action { get; }
  Property Value
| Type | 
|---|
| ScrollChangedAction |