OptionalafterCalled after the activity has been completed.
OptionalbeforeCalled before any activity occurs.
OptionalbeforeCalled after a mousedown event has been posted but before the mouse has moved.
OptionalbeforeCalled after the mouse has moved but before the mouseup event has been posted.
Defines a set of event handlers that can be supplied to various methods that simulate mouse activity. Using these you can inject tests into various parts of the lifecycle of a given operation.