IDesignerEventService.SelectionChanged 事件

定义

在更改当前设计器视图选择时发生。Occurs when the current design-view selection changes.

public:
 event EventHandler ^ SelectionChanged;
event EventHandler SelectionChanged;
member this.SelectionChanged : EventHandler 
Event SelectionChanged As EventHandler 

事件类型

EventHandler

注解

此选择更改事件可能是由用户更改当前活动文档中的选定内容或用户切换到新文档导致的。This selection changed event can result from the user changing the selection in the currently active document, or from the user switching to a new document.

适用于