HierarchyCollectionEventArgs Class

Definition

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.

Applies to