HierarchyCollectionEventHandler Delegate

Definition

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

public delegate void HierarchyCollectionEventHandler(System::Object ^ sender, HierarchyCollectionEventArgs ^ e);
public delegate void HierarchyCollectionEventHandler(object sender, HierarchyCollectionEventArgs e);
type HierarchyCollectionEventHandler = delegate of obj * HierarchyCollectionEventArgs -> unit
Public Delegate Sub HierarchyCollectionEventHandler(sender As Object, e As HierarchyCollectionEventArgs)

Parameters

sender
Object

The source of the event.

e
HierarchyCollectionEventArgs

An HierarchyCollectionEventArgs object that contains the event data.

Applies to