Protected Overridable Function HandleKeyUpAsync( _ ByVal args As LayoutViewKeyEventArgs _ ) As Task
protected virtual Task HandleKeyUpAsync( LayoutViewKeyEventArgs args )
Parameters
- args
- A LayoutViewKeyEventArgs that contains the event data.
Return Value
A Task that represents a key up event.