Table of Contents

Constructor MouseEventArgs

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

MouseEventArgs(object, object, MouseButton, long, PointD)

Initializes a new instance of the MouseEventArgs class with the specified parameters.

public MouseEventArgs(object currentTarget, object originalTarget, MouseButton button, long timestamp, PointD location)

Parameters

currentTarget object
originalTarget object
button MouseButton
timestamp long
location PointD

MouseEventArgs(object, object, long, PointD)

Initializes a new instance of the MouseEventArgs class with the specified parameters.

public MouseEventArgs(object currentTarget, object originalTarget, long timestamp, PointD location)

Parameters

currentTarget object
originalTarget object
timestamp long
location PointD

MouseEventArgs()

Initializes a new instance of the MouseEventArgs class.

public MouseEventArgs()