Class GridCellTappedEventArgs
Provides data for the CellTapped event.
Inherited Members
Namespace: Syncfusion.UI.Xaml.DataGrid
Assembly: Syncfusion.Grid.WinUI.dll
Syntax
public class GridCellTappedEventArgs : CellTappedEventArgsConstructors
GridCellTappedEventArgs(Object)
Initializes a new instance of GridCellTappedEventArgs class.
Declaration
public GridCellTappedEventArgs(object originalSource)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Object | originalSource | The source of the event. |