HierarchyService.InfoUpdated Event

Definition

Occurs when the hierarchy service is updated.

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

Event Type

Remarks

The InfoUpdated event is raised when the HierarchyService object is updated. 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