.Net Organisation Chart Component Class Library
OnItemPreRender Method (e)
NamespacesOrgChart.CoreXmlBoundOrganisationChartOnItemPreRender(OrganisationChartItemEventArgs)
The .NET Organisation Chart Component - A powerful ASP.NET server control for web developers
Raises the ItemCreated event. This allows you to provide a custom handler for the event.
Declaration Syntax
C#Visual BasicVisual C++
protected virtual void OnItemPreRender(
	OrganisationChartItemEventArgs e
)
Protected Overridable Sub OnItemPreRender ( _
	e As OrganisationChartItemEventArgs _
)
protected:
virtual void OnItemPreRender(
	OrganisationChartItemEventArgs^ e
)
Parameters
Remarks
The ItemCreated event is raised when an item in the control is created, both during round-trips and at the time data is bound to the control.

The ItemCreated event is commonly used to control the content and appearance of a row in the control.

Assembly: OrgChart (Module: OrgChart) Version: 1.0.0.0 (1.0.0.0)