Click or drag to resize
WebBrowserExtensionsSendMouseWheelEvent Method (IBrowserHost, Int32, Int32, Int32, Int32, CefEventFlags)
Version 63.0.0

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

Namespace: CefSharp
Assembly: CefSharp (in CefSharp.dll) Version: 63.0.0.0 (63.0.0.0)
Syntax
public static void SendMouseWheelEvent(
	this IBrowserHost host,
	int x,
	int y,
	int deltaX,
	int deltaY,
	CefEventFlags modifiers
)

Parameters

host
Type: CefSharpIBrowserHost

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

x
Type: SystemInt32

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

y
Type: SystemInt32

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

deltaX
Type: SystemInt32

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

deltaY
Type: SystemInt32

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

modifiers
Type: CefSharpCefEventFlags

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

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IBrowserHost. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also