menu

WPF

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

    Show / Hide Table of Contents

    Class GridPointerEventArgs

    Class which represents the mouse pointer operations.

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

    Constructors

    GridPointerEventArgs(PointerOperation, Object)

    Initializes a new instance of the GridPointerEventArgs class.

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

    One of the pointer options while selection.

    System.Object eventArgs

    Argument related with pointer.

    Properties

    Operation

    Gets the type of PointerOperation.

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

    OriginalEventArgs

    Gets the pointer event arguments.

    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