IMonitorSelectionService.DocumentWindowChanged 事件

定义

当文档窗口发生更改时调用

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

事件类型

EventHandler<MonitorSelectionEventArgs>

适用于