menu

WPF

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

    Show / Hide Table of Contents

    Class GridPointerEventArgs

    Provides data for handling pointer operation changes.

    Inheritance
    System.Object
    GridPointerEventArgs
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.WPF.dll
    Syntax
    public class GridPointerEventArgs

    Constructors

    GridPointerEventArgs(PointerOperation, Object)

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

    Properties

    Operation

    Returns the type PointerOperation occurred .

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

    OriginalEventArgs

    Returns the event argument for pointer operation changes.

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