IVsUserContextItemEvents Members
Include Protected Members
Include Inherited Members
Defines the method called when there are context-sensitive Help items available. Implement this interface and pass it to the AdviseContextItemEvents of the IVsMonitorUserContext interface to receive event notification.
The IVsUserContextItemEvents type exposes the following members.
Methods
Name | Description | |
---|---|---|
OnUserContextItemsAvailable | Method to call when there are context-sensitive Help items available. |
Top