IVsContainedLanguageStaticEventBinding Members
Include Protected Members
Include Inherited Members
Provides support for static event generation.
The IVsContainedLanguageStaticEventBinding type exposes the following members.
Methods
Name | Description | |
---|---|---|
AddStaticEventBinding | Binds a static event to the specified member. | |
EnsureStaticEventHandler | 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. | |
RemoveStaticEventBinding | Removes the event binding from the specified member. |
Top