menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ScrollableEventArgs - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ScrollableEventArgs

    Inheritance
    System.Object
    ScrollableEventArgs
    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.UWP.dll
    Syntax
    public class ScrollableEventArgs : RoutedEventArgs

    Constructors

    ScrollableEventArgs(ScrollEventType, Double)

    Declaration
    public ScrollableEventArgs(ScrollEventType scrollEventType, double newValue)
    Parameters
    Type Name Description
    Windows.UI.Xaml.Controls.Primitives.ScrollEventType scrollEventType
    System.Double newValue

    Properties

    NewValue

    Declaration
    public double NewValue { get; }
    Property Value
    Type
    System.Double

    ScrollEventType

    Declaration
    public ScrollEventType ScrollEventType { get; }
    Property Value
    Type
    Windows.UI.Xaml.Controls.Primitives.ScrollEventType

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved