Class MouseEventInfo
The HTML mouse event info to be used for the FireEvent method.
public class MouseEventInfo : EventInfo
- Inheritance
-
MouseEventInfo
- Inherited Members
Properties
Button
The mouse button used with the event.
public MouseButton Button { get; set; }
Property Value
Location
The location used by the event.
public Location Location { get; set; }