'Declaration Public Overloads Function GetCellAtPosition( _ ByVal e As RoutedEventArgs _ ) As ValueTuple(Of GridCellType,GridCellRange)
public ValueTuple<GridCellType,GridCellRange> GetCellAtPosition( RoutedEventArgs e )
Parameters
- e
- The pointer event that is used to get the position.