Class DataGridPointerEventArgs
Provides data for handling pointer operation changes.
Inheritance
System.Object
DataGridPointerEventArgs
Namespace: Syncfusion.WinForms.DataGrid.Events
Assembly: Syncfusion.SfDataGrid.WinForms.dll
Syntax
public class DataGridPointerEventArgs : Object
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
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 |