HierarchyInfoSyncSelectionEventArgs(Connection, HierarchyInfo, Type) Constructor

Definition

Initializes a new instance of the HierarchyInfoSyncSelectionEventArgs class.

public:
 HierarchyInfoSyncSelectionEventArgs(Microsoft::Web::Management::Client::Connection ^ connection, Microsoft::Web::Management::Client::HierarchyInfo ^ hierarchyInfo, Type ^ pageType);
public HierarchyInfoSyncSelectionEventArgs (Microsoft.Web.Management.Client.Connection connection, Microsoft.Web.Management.Client.HierarchyInfo hierarchyInfo, Type pageType);
new Microsoft.Web.Management.Client.HierarchyInfoSyncSelectionEventArgs : Microsoft.Web.Management.Client.Connection * Microsoft.Web.Management.Client.HierarchyInfo * Type -> Microsoft.Web.Management.Client.HierarchyInfoSyncSelectionEventArgs

Parameters

connection
Connection

The Connection for the selection.

hierarchyInfo
HierarchyInfo

The HierarchyInfo for the selection.

pageType
Type

The type of the page.

Remarks

You can use the pageType parameter in classes that override the SyncSelection method.

Applies to