IEventHandler Methods

 

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

NameDescription
System_CAPS_pubmethodAddHandler(String^)

When implemented by a derived class, adds a named handler to an event handler collection.

System_CAPS_pubmethodGetHandledEvents()

When implemented by a derived class, returns an enumerator over all the handlers added by successive calls to AddHandler.

System_CAPS_pubmethodHandlesEvent(String^)

When implemented by a derived class, determines whether a named handler is in the event handler collection.

System_CAPS_pubmethodRemoveHandler(String^)

When implemented by a derived class, removes a named handler from the collection of event handlers.

Return to top
Show: