Click or drag to resize
MouseEvent Constructor
Version 63.0.0
Initializes a new instance of the MouseEvent class

Namespace: CefSharp
Assembly: CefSharp (in CefSharp.dll) Version: 63.0.0.0 (63.0.0.0)
Syntax
public MouseEvent(
	int x,
	int y,
	CefEventFlags modifiers
)

Parameters

x
Type: SystemInt32

[Missing <param name="x"/> documentation for "M:CefSharp.MouseEvent.#ctor(System.Int32,System.Int32,CefSharp.CefEventFlags)"]

y
Type: SystemInt32

[Missing <param name="y"/> documentation for "M:CefSharp.MouseEvent.#ctor(System.Int32,System.Int32,CefSharp.CefEventFlags)"]

modifiers
Type: CefSharpCefEventFlags

[Missing <param name="modifiers"/> documentation for "M:CefSharp.MouseEvent.#ctor(System.Int32,System.Int32,CefSharp.CefEventFlags)"]

See Also