WebView2CompositionControl.OnTouchUp(TouchEventArgs) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This is an event handler for WPF control's OnTouchUp event. We use CoreWebView2CompositionController.SendPointerInput to send the touch input to our browser.
protected override void OnTouchUp (System.Windows.Input.TouchEventArgs e);
override this.OnTouchUp : System.Windows.Input.TouchEventArgs -> unit
Protected Overrides Sub OnTouchUp (e As TouchEventArgs)