Constructor MouseEventArgs
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
objectoriginalTarget
objectbutton
MouseButtontimestamp
longlocation
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
MouseEventArgs()
Initializes a new instance of the MouseEventArgs class.
public MouseEventArgs()