Adds an event that will be fired when the global selection changes.
[Visual Basic] Sub AddOnSelectionChanged( _ ByVal handler As EventHandler _ ) [C#] void AddOnSelectionChanged( EventHandler handler ); [C++] void AddOnSelectionChanged( EventHandler* handler ) = 0; [JScript] function AddOnSelectionChanged( handler : EventHandler );
A global selection change may result from the user changing the selection in the currently active document, or from the user switching to a new document.
IDesignerEventService Interface | IDesignerEventService Members | System.ComponentModel.Design Namespace