Raises the ItemCreated event. This allows you to provide a custom handler for the event.
| C# | Visual Basic | Visual C++ |
protected virtual void OnItemCreated( OrganisationChartItemEventArgs e )
Protected Overridable Sub OnItemCreated ( _ e As OrganisationChartItemEventArgs _ )
protected: virtual void OnItemCreated( OrganisationChartItemEventArgs^ e )
- e (OrganisationChartItemEventArgs)
- A OrganisationChartItemEventArgs that contains event data.
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.