navigators event area
Description
Notifies display switching of the navigator and selection change.
Events
| Name | Defined Name | Description |
|---|---|---|
| Navigator display event | onShow | This event is notified when the navigator is displayed. |
| Navigator hide event | onHide | This event is notified when the navigator is hidden. |
| Model selection event in navigator | onSelectionChanged | This event is notified when a model is selected in the navigator. |
interfaces belonging to the area
| Name | Description |
|---|---|
| NavigatorOnHideEventParams | The parameters for the navigator hide event. |
| NavigatorOnShowEventParams | The parameters for the Navigator show event. |
| NavigatorSelectionChangedEventParams | The parameters for the model selection event in the navigator. |
| INavigatorEventParams | Common parameters for navigator events. |