HierarchyService.InfoRemoved Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Occurs when a node is removed from the hierarchy in the Connections pane, either through the IIS Manager user interface or programmatically.
public:
abstract event Microsoft::Web::Management::Client::HierarchyInfoEventHandler ^ InfoRemoved;
public abstract event Microsoft.Web.Management.Client.HierarchyInfoEventHandler InfoRemoved;
member this.InfoRemoved : Microsoft.Web.Management.Client.HierarchyInfoEventHandler
Public MustOverride Custom Event InfoRemoved As HierarchyInfoEventHandler
Event Type
Remarks
The InfoRemoved event is raised when a node is removed from the Connections pane. You should update the <xref:Microsoft.Web.Management.Client.IHierarchyService> interface after a node is 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.