Click or drag to resize

ChromiumWebBrowserOnMouseWheel Method

Version 75.1.140
Invoked when an unhandled MouseWheel 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: 75.1.140.0 (75.1.140.0)
Syntax
protected override void OnMouseWheel(
	MouseWheelEventArgs e
)

Parameters

e
Type: System.Windows.InputMouseWheelEventArgs
The MouseWheelEventArgs that contains the event data.
See Also