Lire en anglais

Partager via


SelectionEvents Interface

Definition

Provides events for changes to a selection. Use this object for functionality, and refer to SelectionEventsClass for this object's documentation.

C++/CX
public interface class SelectionEvents : EnvDTE::_dispSelectionEvents_Event, EnvDTE::_SelectionEvents
Derived
Attributes
Implements

Examples

VB
<System.ContextStaticAttribute()> Public WithEvents SelectionEvents As EnvDTE.SelectionEvents  

Public Sub SelectionEvents_OnChange() Handles SelectionEvents.OnChange  
   MsgBox("test")  
End Sub  

Methods

Events

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)

Applies to

Produit Versions
Visual Studio SDK 2015, 2017, 2019, 2022