menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class GridPointerEventArgs

    Provides data for handling the pointer touch operations for selection.

    Inheritance
    System.Object
    GridPointerEventArgs
    Namespace: Syncfusion.SfDataGrid
    Assembly: Syncfusion.SfDataGrid.Android.dll
    Syntax
    public class GridPointerEventArgs : Object

    Properties

    Operation

    Gets the PointerOperation related to the event.

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

    An object that represents the PointerOperation related to the event.

    OriginalEventArgs

    Gets the pointer arguments related to the event.

    Declaration
    public MotionEvent OriginalEventArgs { get; }
    Property Value
    Type Description
    Android.Views.MotionEvent

    An object that represents the pointer arguments related to the event.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved