Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

UITestEventType Enumeration

 

This enumeration is used by Visual Studio Application Lifecycle Management (ALM) through the IVsUIEventSink interface to specify the type of testing event that has been raised.

Namespace:   Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

[GuidAttribute("8D496D5D-6EB4-4ADA-B54C-8CB81225C4E3")]
[ComVisibleAttribute(true)]
public enum class UITestEventType

Member nameDescription
Hover

The mouse hovers over a UI element.

InvokedEvent

Event fired for invoke actions.

KeyDown

A key is pressed.

KeyUp

A key is released.

Media

Event fired for Media scenarios.

MouseDown

The mouse button is pressed.

MouseMove

The mouse pointer moves.

MouseOver

The mouse pointer moves into a UI element.

MouseUp

The mouse button is released.

OnFocus

A UI element receives focus.

OrientationChanged

Event fired when there is an orientation change.

StateChanged

The state of a UI element changes.

ValueChanged

The value of a UI element changes.

This is used by the IEventSink interface.

Return to top
Show: