HierarchyCollectionEventHandler Delegate
Represents the method that will handle an event that contains HierarchyCollectionEventArgs data.
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.
Show: