Delegate MouseEventHandler
The delegate to use for handlers that receive MouseEventArgs.
public delegate void MouseEventHandler(object sender, MouseEventArgs e)
Parameters
senderobject- The delegate to use for handlers that receive .
eMouseEventArgs- The delegate to use for handlers that receive .