HierarchyCollectionEventHandler Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
An HierarchyCollectionEventArgs object that contains the event data.