HierarchyWeb HierarchyLoadEventHandler DelegateChart4.NET - Organization Charting Component (C#/VB.NET/ASP.NET) - Documentation
Onlinewww.Chart4.NET (Documentation) | OnlineSamples Download | Release Notes

Event-handler delegate for on-demand data loading and drawing events (WebForm Only). Refer events of HierarchyWeb control class.

Namespace: UnifoChart.Hierarchy
Assembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
Syntax

public delegate void HierarchyLoadEventHandler(
	Object sender,
	EventArgs e
)
/** @delegate */
public delegate void HierarchyLoadEventHandler(
	Object sender,
	EventArgs e
)

Parameters

sender
Type: System Object
e
Type: OnlineSystem EventArgs
See Also