OutlineTapped Property
OutlineTapped
Occurs when any of the outlines is tapped.
Declaration
[Parameter]
public EventCallback<GridOutlineEventArgs> OutlineTapped { get; set; }
<Parameter>
Public Property OutlineTapped As EventCallback(Of GridOutlineEventArgs)