HierarchyCollectionEventHandler Delegate

 

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

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

public delegate void HierarchyCollectionEventHandler(
	object sender,
	HierarchyCollectionEventArgs e
)

Parameters

sender
Type: System.Object

The source of the event.

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

An HierarchyCollectionEventArgs object that contains the event data.

Return to top
Show: