navigators event area
Description
Notifies the display switching and selection change of the navigator.
Event
| Name | Definition name | Description |
|---|---|---|
| Navigator display event | onShow | This event is notified when the navigator is displayed. |
| Navigator hidden event | onHide | This event is notified when the navigator is hidden. |
| Model selection event in the navigator | onSelectionChanged | This event is notified when a model is selected in the navigator. |
Interfaces belonging to the area
| Name | Description |
|---|---|
| NavigatorOnHideEventParams | Navigator hidden event parameters. |
| NavigatorOnShowEventParams | Navigator display event parameters. |
| NavigatorSelectionChangedEventParams | Parameters of the model selection event in the navigator. |
| INavigatorEventParams | This is a common parameter for navigator events. |