HierarchyCollectionEventArgs Constructor
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.
Initializes a new instance of the HierarchyCollectionEventArgs class.
public:
HierarchyCollectionEventArgs(Microsoft::Web::Management::Client::HierarchyInfo ^ hierarchyInfo, System::Collections::Generic::IEnumerable<Microsoft::Web::Management::Client::HierarchyInfo ^> ^ childrenAdded);
public HierarchyCollectionEventArgs (Microsoft.Web.Management.Client.HierarchyInfo hierarchyInfo, System.Collections.Generic.IEnumerable<Microsoft.Web.Management.Client.HierarchyInfo> childrenAdded);
new Microsoft.Web.Management.Client.HierarchyCollectionEventArgs : Microsoft.Web.Management.Client.HierarchyInfo * seq<Microsoft.Web.Management.Client.HierarchyInfo> -> Microsoft.Web.Management.Client.HierarchyCollectionEventArgs
Parameters
- hierarchyInfo
- HierarchyInfo
The HierarchyInfo object that changed.
- childrenAdded
- IEnumerable<HierarchyInfo>
The list of HierarchyInfo child nodes that were added.