HierarchyInfoEventHandler Delegate

 

Represents the method that will handle an event that contains HierarchyInfoEventArgs data.

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

public delegate void HierarchyInfoEventHandler(
	object sender,
	HierarchyInfoEventArgs e
)

Parameters

sender
Type: System.Object

The source of the event.

e
Type: Microsoft.Web.Management.Client.HierarchyInfoEventArgs

A HierarchyInfoEventArgs object that contains the event data.

Return to top
Show: