Include Protected Members
Include Inherited Members
Provides support for static event generation.
The IVsContainedLanguageStaticEventBinding type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| .gif) | AddStaticEventBinding | Binds a static event to the specified member. | 
| .gif) | 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. | 
| .gif) | GetStaticEventBindingsForObject | Returns a collection of events that are statically handled. | 
| .gif) | RemoveStaticEventBinding | Removes the event binding from the specified member. | 
Top