Share via


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)

Syntax

'Declaration
<GuidAttribute("8D496D5D-6EB4-4ADA-B54C-8CB81225C4E3")> _
<ComVisibleAttribute(True)> _
Public Enumeration UITestEventType
[GuidAttribute("8D496D5D-6EB4-4ADA-B54C-8CB81225C4E3")]
[ComVisibleAttribute(true)]
public enum UITestEventType
[GuidAttribute(L"8D496D5D-6EB4-4ADA-B54C-8CB81225C4E3")]
[ComVisibleAttribute(true)]
public enum class UITestEventType
[<GuidAttribute("8D496D5D-6EB4-4ADA-B54C-8CB81225C4E3")>]
[<ComVisibleAttribute(true)>]
type UITestEventType
public enum UITestEventType

Members

Member name Description
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.

Remarks

This is used by the IEventSink interface.

See Also

Reference

Microsoft.VisualStudio.TestTools.UITest.Extension Namespace

IVsUIEventSink