HierarchyService.SelectedInfoChanged Event

Definition

Occurs when the selected object is changed.

public:
 abstract event EventHandler ^ SelectedInfoChanged;
public abstract event EventHandler SelectedInfoChanged;
member this.SelectedInfoChanged : EventHandler 
Public MustOverride Custom Event SelectedInfoChanged As EventHandler 

Event Type

Remarks

This event occurs when the selected object is expanded, collapsed, or has an application added or removed. This event enables you to customize the event-handling method to perform actions whenever this event occurs.

For an example of this event, see the example for the HierarchyService class.

Applies to