Click or drag to resize

ChromiumWebBrowserOnMouseButton Method

Version 73.1.130
Handles the [E:MouseButton] event.

Namespace:  CefSharp.Wpf
Assembly:  CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 73.1.130.0 (73.1.130.0)
Syntax
protected virtual void OnMouseButton(
	MouseButtonEventArgs e
)

Parameters

e
Type: System.Windows.InputMouseButtonEventArgs
The MouseButtonEventArgs instance containing the event data.
See Also