HierarchyInfoEventArgs Class

 

Provides data for an event that occurs when the hierarchy of items in IIS Manager is changed.

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

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

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

NameDescription
System_CAPS_pubmethodHierarchyInfoEventArgs(HierarchyInfo)

Initializes a new instance of the HierarchyInfoEventArgs class.

NameDescription
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: