DataGridGestureEventArgs Constructors
Provides data for the grid’s Tap, TapConfirmed, DoubleTap and LongPress events.| Name | Parameters | Description |
|---|---|---|
| DataGridGestureEventArgs(Int32, String, Object, DataGridElement) | rowHandle, fieldName, item, element | Initializes a new instance of the DataGridGestureEventArgs class with specified settings. |
See Also