menu

WinForms

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

    Show / Hide Table of Contents

    Class DataGridPointerEventArgs

    Provides data for handling pointer operation changes.

    Inheritance
    System.Object
    DataGridPointerEventArgs
    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.WinForms.DataGrid.Events
    Assembly: Syncfusion.SfDataGrid.WinForms.dll
    Syntax
    public class DataGridPointerEventArgs

    Constructors

    DataGridPointerEventArgs(PointerOperation, Object)

    Initializes a new instance of the DataGridPointerEventArgs class.

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

    The operation to process the selection.

    System.Object eventArgs

    Contains the event argument to process the selection.

    Properties

    Operation

    Gets the type occurred .

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

    OriginalEventArgs

    Gets 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