HierarchyInfoSyncSelectionEventArgs Class
Provides data for an event that occurs when the hierarchy service synchronizes the active page to reflect selection changes in the hierarchy.
Assembly: Microsoft.Web.Management (in Microsoft.Web.Management.dll)
| Name | Description | |
|---|---|---|
![]() | HierarchyInfoSyncSelectionEventArgs(Connection, HierarchyInfo, Type) | Initializes a new instance of the HierarchyInfoSyncSelectionEventArgs class. |
| Name | Description | |
|---|---|---|
![]() | Connection | Gets the connection. |
![]() | HierarchyInfo | Gets or sets the hierarchy of objects in a module. |
![]() | PageType | Gets the type of the page. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (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.


