RanorexRanorex Documentation
MouseEventHandler Delegate
NamespacesRanorexMouseEventHandler
Represents the method that will handle the events of the Mouse class.
Declaration Syntax
C#Visual BasicVisual C++
public delegate void MouseEventHandler(
	Object sender,
	MouseEventArgs e
)
Public Delegate Sub MouseEventHandler ( _
	sender As Object, _
	e As MouseEventArgs _
)
public delegate void MouseEventHandler(
	Object^ sender, 
	MouseEventArgs^ e
)
Parameters
sender (Object)
The source of the event.
e (MouseEventArgs)
A MouseEventArgs that contains the event data.

Assembly: Ranorex.Core (Module: Ranorex.Core) Version: 4.0.3.22982 (4.0.3.22982)