UITestEventType Enum

Definition

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.

public enum class UITestEventType
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("8D496D5D-6EB4-4ADA-B54C-8CB81225C4E3")]
public enum UITestEventType
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("8D496D5D-6EB4-4ADA-B54C-8CB81225C4E3")>]
type UITestEventType = 
Public Enum UITestEventType
Inheritance
UITestEventType
Attributes

Fields

Hover 5

The mouse hovers over a UI element.

InvokedEvent 12

Event fired for invoke actions.

KeyDown 2

A key is pressed.

KeyUp 1

A key is released.

Media 10

Event fired for Media scenarios.

MouseDown 4

The mouse button is pressed.

MouseMove 6

The mouse pointer moves.

MouseOver 7

The mouse pointer moves into a UI element.

MouseUp 3

The mouse button is released.

OnFocus 9

A UI element receives focus.

OrientationChanged 11

Event fired when there is an orientation change.

StateChanged 8

The state of a UI element changes.

ValueChanged 0

The value of a UI element changes.

Applies to