UITestEventType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
ValueChanged | 0 | The value of a UI element changes. |
KeyUp | 1 | A key is released. |
KeyDown | 2 | A key is pressed. |
MouseUp | 3 | The mouse button is released. |
MouseDown | 4 | The mouse button is pressed. |
Hover | 5 | The mouse hovers over a UI element. |
MouseMove | 6 | The mouse pointer moves. |
MouseOver | 7 | The mouse pointer moves into a UI element. |
StateChanged | 8 | The state of a UI element changes. |
OnFocus | 9 | A UI element receives focus. |
Media | 10 | Event fired for Media scenarios. |
OrientationChanged | 11 | Event fired when there is an orientation change. |
InvokedEvent | 12 | Event fired for invoke actions. |