Removes the specified event.
Namespace:  Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Syntax
'Declaration
Public MustOverride Function RemoveGlobalEventHandler ( _
    eventType As UITestEventType, _
    eventSink As IUITestEventNotify _
) As Boolean
public abstract bool RemoveGlobalEventHandler(
    UITestEventType eventType,
    IUITestEventNotify eventSink
)
public:
virtual bool RemoveGlobalEventHandler(
    UITestEventType eventType, 
    IUITestEventNotify^ eventSink
) abstract
abstract RemoveGlobalEventHandler : 
        eventType:UITestEventType * 
        eventSink:IUITestEventNotify -> bool
public abstract function RemoveGlobalEventHandler(
    eventType : UITestEventType, 
    eventSink : IUITestEventNotify
) : boolean
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. 
Return Value
Type: Boolean
true if the event was successfully removed; otherwise, false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.