HierarchyInfoEventHandler 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 HierarchyInfoEventArgs data.
public delegate void HierarchyInfoEventHandler(System::Object ^ sender, HierarchyInfoEventArgs ^ e);
public delegate void HierarchyInfoEventHandler(object sender, HierarchyInfoEventArgs e);
type HierarchyInfoEventHandler = delegate of obj * HierarchyInfoEventArgs -> unit
Public Delegate Sub HierarchyInfoEventHandler(sender As Object, e As HierarchyInfoEventArgs)
Parameters
- sender
- Object
The source of the event.
A HierarchyInfoEventArgs object that contains the event data.