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.
UITechnologyManager::RemoveGlobalEventHandler Method (UITestEventType, IUITestEventNotify^)
Removes the specified event.
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
public: virtual bool RemoveGlobalEventHandler( UITestEventType eventType, IUITestEventNotify^ eventSink ) abstract
Parameters
- eventType
-
Type:
Microsoft.VisualStudio.TestTools.UITest.Extension::UITestEventType
A member of the UITestEventType enumeration.
- eventSink
-
Type:
Microsoft.VisualStudio.TestTools.UITest.Extension::IUITestEventNotify^
An IUITestEventNotify object that represents the registered event sink.
Show: