SelectionEvents Interface
Visual Studio 2015
Provides events for changes to a selection. Use this object for functionality, and refer to SelectionEventsClass for this object's documentation.
Assembly: EnvDTE (in EnvDTE.dll)
| Name | Description | |
|---|---|---|
![]() | add_OnChange(_dispSelectionEvents_OnChangeEventHandler^) | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.(Inherited from _dispSelectionEvents_Event.) |
![]() | remove_OnChange(_dispSelectionEvents_OnChangeEventHandler^) | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.(Inherited from _dispSelectionEvents_Event.) |
| Name | Description | |
|---|---|---|
![]() | OnChange | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.(Inherited from _dispSelectionEvents_Event.) |
<System.ContextStaticAttribute()> Public WithEvents SelectionEvents As EnvDTE.SelectionEvents Public Sub SelectionEvents_OnChange() Handles SelectionEvents.OnChange MsgBox("test") End Sub
Show:

