IEventHandler::HandlesEvent Method (String^)
Visual Studio 2015
When implemented by a derived class, determines whether a named handler is in the event handler collection.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
Parameters
- bstrEventName
-
Type:
System::String^
The name of the evaluated handler.
Return Value
Type: System::Booleantrue if the handler is in the underlying handler collection, otherwise false.
Show: