WebView2CompositionControl.WebView2CompositionControl_LocationChanged 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 LocationChange event. We use CoreWebView2Controller.NotifyParentWindowPositionChanged to notify our browser our position has changed.
protected void WebView2CompositionControl_LocationChanged (object sender, EventArgs e);
member this.WebView2CompositionControl_LocationChanged : obj * EventArgs -> unit
Protected Sub WebView2CompositionControl_LocationChanged (sender As Object, e As EventArgs)
Parameters
- sender
- Object