HierarchyService.ChildrenAdded 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 child nodes are added to a node, either through the IIS Manager user interface or programmatically.
public:
abstract event Microsoft::Web::Management::Client::HierarchyCollectionEventHandler ^ ChildrenAdded;
public abstract event Microsoft.Web.Management.Client.HierarchyCollectionEventHandler ChildrenAdded;
member this.ChildrenAdded : Microsoft.Web.Management.Client.HierarchyCollectionEventHandler
Public MustOverride Custom Event ChildrenAdded As HierarchyCollectionEventHandler
Event Type
Remarks
The ChildrenAdded event is raised when a node is added in the Connections pane of IIS Manager. 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.