IUITestEventNotify Interface
This API supports the product infrastructure and is not intended to be used directly from your code.
Provides an interface to be implemented by the test recording and playback engine and consumed by IUITechnologyManager objects to implement callback notifications.
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
| Name | Description | |
|---|---|---|
![]() | Notify(IUITechnologyElement^, IUITechnologyElement^, UITestEventType, Object^) | The callback method for the event added via IUITechnologyManager.AddEventHandler. The callback should occur on a different thread than the one used to add the event handler to make sure that the callback is not blocking adding and removing of the event handlers. |
![]() | NotifyMultiSource(array<IUITechnologyElement^>^, IUITechnologyElement^, UITestEventType, Object^, ElementForThumbnailCapture) | The callback method for the event added via IUITechnologyManager.AddEventHandler. The callback should occur on a different thread than the one used to add the event handler to make sure that the callback is not blocking adding and removing of the event handlers. |
The IUITechnologyManager should only consume this interface and never implement it.
