Click or drag to resize

ChromiumWebBrowser.OnMouseMove Method

Version 105.3.390
Invoked when an unhandled MouseMove 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: 105.3.390.0 (105.3.390.0)
Syntax
protected override void OnMouseMove(
	MouseEventArgs e
)

Parameters

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