IMonitorSelectionService.SelectionChanged 事件

定义

当选择更改时调用

public:
 event EventHandler<Microsoft::VisualStudio::Modeling::Shell::MonitorSelectionEventArgs ^> ^ SelectionChanged;
event EventHandler<Microsoft.VisualStudio.Modeling.Shell.MonitorSelectionEventArgs> SelectionChanged;
member this.SelectionChanged : EventHandler<Microsoft.VisualStudio.Modeling.Shell.MonitorSelectionEventArgs> 
Event SelectionChanged As EventHandler(Of MonitorSelectionEventArgs) 

事件类型

EventHandler<MonitorSelectionEventArgs>

适用于