Click or drag to resize

ChromiumWebBrowserOnLostMouseCapture Method

Version 96.0.142
Invoked when an unhandled LostMouseCapture attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.

Namespace:  CefSharp.Wpf
Assembly:  CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 96.0.142.0 (96.0.142.0)
Syntax
protected override void OnLostMouseCapture(
	MouseEventArgs e
)

Parameters

e
Type: System.Windows.InputMouseEventArgs
The MouseEventArgs that contains event data.
See Also