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.
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
| 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. |
This is used by the IEventSink interface.
Show: