MouseEventArgs Class

Event argument class for mouse events.

EventArgs
   MouseEventArgs

class MouseEventArgs

Constructors

MouseEventArgsConstructs MouseEventArgs instance from x and y location.

Properties

YY location of the mouse.
XX location of the mouse.