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