Class DataGridPointerEventArgs
Provides data for handling pointer operation changes.
Inheritance
System.Object
DataGridPointerEventArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.WinForms.DataGrid.Events
Assembly: Syncfusion.SfDataGrid.WinForms.dll
Syntax
public class DataGridPointerEventArgs
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 |