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.  |