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

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

Parameters

x
Type: System.Int32

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

y
Type: System.Int32

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

modifiers
Type: CefSharp.CefEventFlags

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

See Also