IVsContainedLanguageStaticEventBinding Members
Include Protected Members
Include Inherited Members
Provides support for static event generation.
The IVsContainedLanguageStaticEventBinding type exposes the following members.
Methods
Name
Description
Binds a static event to the specified member.
Creates an event handler given the class context, name of the object type and instance, the name of the event and the (unique) name of the event handler.
GetStaticEventBindingsForObject
Returns a collection of events that are statically handled.
Removes the event binding from the specified member.
Top