Click or drag to resize
IBrowserHostSendMouseWheelEvent Method
Version 57.0.0

[Missing <summary> documentation for "M:CefSharp.IBrowserHost.SendMouseWheelEvent(CefSharp.MouseEvent,System.Int32,System.Int32)"]

Namespace: CefSharp
Assembly: CefSharp (in CefSharp.dll) Version: 57.0.0.0 (57.0.0.0)
Syntax
void SendMouseWheelEvent(
	MouseEvent mouseEvent,
	int deltaX,
	int deltaY
)

Parameters

mouseEvent
Type: CefSharpMouseEvent

[Missing <param name="mouseEvent"/> documentation for "M:CefSharp.IBrowserHost.SendMouseWheelEvent(CefSharp.MouseEvent,System.Int32,System.Int32)"]

deltaX
Type: SystemInt32

[Missing <param name="deltaX"/> documentation for "M:CefSharp.IBrowserHost.SendMouseWheelEvent(CefSharp.MouseEvent,System.Int32,System.Int32)"]

deltaY
Type: SystemInt32

[Missing <param name="deltaY"/> documentation for "M:CefSharp.IBrowserHost.SendMouseWheelEvent(CefSharp.MouseEvent,System.Int32,System.Int32)"]

See Also