The ItemEvent is raised in response to the end user clicking on the navigation or information buttons.
| C# | Visual Basic | Visual C++ |
public event OrganisationChartItemCommandEventHandler NavigationEvent
Public Event NavigationEvent As OrganisationChartItemCommandEventHandler
public: event OrganisationChartItemCommandEventHandler^ NavigationEvent { void add (OrganisationChartItemCommandEventHandler^ value); void remove (OrganisationChartItemCommandEventHandler^ value); }