Share via


HierarchyCollectionEventArgs.ChildrenAdded Property

Definition

Gets the list of child nodes that were added to the hierarchy in IIS Manager.

public:
 property System::Collections::Generic::IEnumerable<Microsoft::Web::Management::Client::HierarchyInfo ^> ^ ChildrenAdded { System::Collections::Generic::IEnumerable<Microsoft::Web::Management::Client::HierarchyInfo ^> ^ get(); };
public System.Collections.Generic.IEnumerable<Microsoft.Web.Management.Client.HierarchyInfo> ChildrenAdded { get; }
member this.ChildrenAdded : seq<Microsoft.Web.Management.Client.HierarchyInfo>
Public ReadOnly Property ChildrenAdded As IEnumerable(Of HierarchyInfo)

Property Value

The list of child nodes that were added.

Applies to