HierarchyService.InfoExpanded Event

Definition

Occurs when a node is expanded, either through the IIS Manager user interface or programmatically.

public:
 abstract event Microsoft::Web::Management::Client::HierarchyInfoEventHandler ^ InfoExpanded;
public abstract event Microsoft.Web.Management.Client.HierarchyInfoEventHandler InfoExpanded;
member this.InfoExpanded : Microsoft.Web.Management.Client.HierarchyInfoEventHandler 
Public MustOverride Custom Event InfoExpanded As HierarchyInfoEventHandler 

Event Type

Remarks

The InfoExpanded event is raised when a node in the Connections pane is expanded. 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