0 out of 2 rated this helpful - Rate this topic

SelectionEvents Interface

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

Namespace: EnvDTE
Assembly: EnvDTE (in envdte.dll)

[GuidAttribute("EB6783DB-1819-496D-84A4-3CFF883010F6")] 
public interface SelectionEvents : _SelectionEvents, _dispSelectionEvents_Event
/** @attribute GuidAttribute("EB6783DB-1819-496D-84A4-3CFF883010F6") */ 
public interface SelectionEvents extends _SelectionEvents, _dispSelectionEvents_Event
GuidAttribute("EB6783DB-1819-496D-84A4-3CFF883010F6") 
public interface SelectionEvents extends _SelectionEvents, _dispSelectionEvents_Event
<System.ContextStaticAttribute()> Public WithEvents SelectionEvents As EnvDTE.SelectionEvents

Public Sub SelectionEvents_OnChange() Handles SelectionEvents.OnChange
   MsgBox("test")
End Sub
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ