Class GridPointerEventArgs
Provides data for handling pointer operation changes.
Inheritance
System.Object
GridPointerEventArgs
Namespace: Syncfusion.UI.Xaml.Grids
Assembly: Syncfusion.Grid.WinUI.dll
Syntax
public class GridPointerEventArgs : Object
Constructors
GridPointerEventArgs(PointerOperation, Object)
Initializes a new instance of GridPointerEventArgs class.
Declaration
public GridPointerEventArgs(PointerOperation operation, object eventArgs)
Parameters
Type | Name | Description |
---|---|---|
PointerOperation | operation | The corresponding operation. |
System.Object | eventArgs | The event args. |
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 |