CellDoubleTapped Property
CellDoubleTapped
Occurs when a cell is double tapped.
Declaration
[Parameter]
public EventHandler<GridInputEventArgs> CellDoubleTapped { get; set; }
<Parameter>
Public Property CellDoubleTapped As EventHandler(Of GridInputEventArgs)