[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Provides data for the MouseUp, MouseDown, and MouseMove events. [Property] [Methods] doGetMethod=Gets the specified method of the event arguments. ARG(MouseEventArgs args)|1|0 *onButton=Gets which mouse button was pressed.ARG(MouseButtons)|2|0 *onClicks=Gets the number of times the mouse button was pressed and released.ARG(int)|2|1 *onDelta=Gets a signed count of the number of detents the mouse wheel has rotated, multiplied by the WHEEL_DELTA constant. A detent is one notch of the mouse wheel.ARG(int)|2|1 *onLocation=Gets the location of the mouse during the generating mouse event.ARG(Point)|2|0 *onX=Gets the x-coordinate of the mouse during the generating mouse event.ARG(int)|2|1 *onY=Gets the y-coordinate of the mouse during the generating mouse event.ARG(int)|2|1