Event Touch
Occurs when screen is touched by the user's finger.
public event EventHandler<TouchEventArgs>? Touch
Returns
- EventHandler<TouchEventArgs>
- Occurs when screen is touched by the user's finger.
Remarks
This event is not fired on all platforms.