IEventHandler Interface

Provides the methods necessary to add, remove, and test for the existence of handlers in an event handler collection.

This API is not CLS-compliant. 

Namespace:  Microsoft.VisualStudio
Assembly:  Microsoft.VisualStudio.Shell.9.0 (in Microsoft.VisualStudio.Shell.9.0.dll)

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
<GuidAttribute("9BDA66AE-CA28-4e22-AA27-8A7218A0E3FA")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IEventHandler
'Usage
Dim instance As IEventHandler
[CLSCompliantAttribute(false)]
[GuidAttribute("9BDA66AE-CA28-4e22-AA27-8A7218A0E3FA")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IEventHandler
[CLSCompliantAttribute(false)]
[GuidAttribute(L"9BDA66AE-CA28-4e22-AA27-8A7218A0E3FA")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IEventHandler
public interface IEventHandler

See Also

Reference

IEventHandler Members

Microsoft.VisualStudio Namespace