HierarchyCollectionEventArgs Class

 

Provides data for an event that occurs when child nodes are added to the hierarchy of items in IIS Manager.

Namespace:   Microsoft.Web.Management.Client
Assembly:  Microsoft.Web.Management (in Microsoft.Web.Management.dll)

System.Object
  System.EventArgs
    Microsoft.Web.Management.Client.HierarchyCollectionEventArgs

[SecurityPermissionAttribute(SecurityAction.Demand, Flags = SecurityPermissionFlag.UnmanagedCode)]
public class HierarchyCollectionEventArgs : EventArgs

NameDescription
System_CAPS_pubmethodHierarchyCollectionEventArgs(HierarchyInfo, IEnumerable<HierarchyInfo>)

Initializes a new instance of the HierarchyCollectionEventArgs class.

NameDescription
System_CAPS_pubpropertyChildrenAdded

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

System_CAPS_pubpropertyHierarchyInfo

Gets the hierarchy of items in IIS Manager.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: