HierarchyInfoSyncSelectionEventArgs Class

 

Provides data for an event that occurs when the hierarchy service synchronizes the active page to reflect selection changes in the hierarchy.

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

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

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

NameDescription
System_CAPS_pubmethodHierarchyInfoSyncSelectionEventArgs(Connection, HierarchyInfo, Type)

Initializes a new instance of the HierarchyInfoSyncSelectionEventArgs class.

NameDescription
System_CAPS_pubpropertyConnection

Gets the connection.

System_CAPS_pubpropertyHierarchyInfo

Gets or sets the hierarchy of objects in a module.

System_CAPS_pubpropertyPageType

Gets the type of the page.

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.)

The SyncSelection method is called whenever the hierarchy service needs to synchronize the active page with the value of the SelectedInfo property.

The following example implements the SyncSelection method.

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: