editors event area
Description
Notifies the display switching of the editor and the selection change.
Events
Name | Defined Name | Description |
---|---|---|
Editor display event | onShow | This event is notified when the editor is displayed. |
Editor hide event | onHide | This event is notified when the editor is hidden. |
In-editor model selection event | onSelectionChanged | This event is notified when a model is selected in the editor. |
interfaces belonging to the area
Name | Description |
---|---|
IEditorEventParams | Common parameters for editor events. |
EditorOnShowEventParams | The parameters for the editor show event. |
EditorOnHideEventParams | The parameters for the editor hide event. |
EditorSelectionChangedEventParams | The parameters for the in-editor model selection event. |