WinUI

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridPointerEventArgs

    Show / Hide Table of Contents

    Class GridPointerEventArgs

    Provides data for handling pointer operation changes.

    Inheritance
    System.Object
    GridPointerEventArgs
    Namespace: Syncfusion.UI.Xaml.Grids
    Assembly: Syncfusion.Grid.WinUI.dll
    Syntax
    public class GridPointerEventArgs : Object

    Constructors

    GridPointerEventArgs(PointerOperation, Object)

    Initializes a new instance of GridPointerEventArgs class.

    Declaration
    public GridPointerEventArgs(PointerOperation operation, object eventArgs)
    Parameters
    Type Name Description
    PointerOperation operation

    The corresponding operation.

    System.Object eventArgs

    The event args.

    Properties

    Operation

    Returns the type PointerOperation occurred .

    Declaration
    public PointerOperation Operation { get; }
    Property Value
    Type Description
    PointerOperation

    OriginalEventArgs

    Returns the event argument for pointer operation changes.

    Declaration
    public object OriginalEventArgs { get; }
    Property Value
    Type Description
    System.Object
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved