HierarchyCollectionEventArgs Class
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.
Provides data for an event that occurs when child nodes are added to the hierarchy of items in IIS Manager.
public ref class HierarchyCollectionEventArgs : EventArgs
public class HierarchyCollectionEventArgs : EventArgs
type HierarchyCollectionEventArgs = class
inherit EventArgs
Public Class HierarchyCollectionEventArgs
Inherits EventArgs
- Inheritance
-
HierarchyCollectionEventArgs
Constructors
HierarchyCollectionEventArgs(HierarchyInfo, IEnumerable<HierarchyInfo>) |
Initializes a new instance of the HierarchyCollectionEventArgs class. |
Properties
ChildrenAdded |
Gets the list of child nodes that were added to the hierarchy in IIS Manager. |
HierarchyInfo |
Gets the hierarchy of items in IIS Manager. |