editors event area
Description
Notifies you of editor display switching and selection changes.
Event
Name | Definition 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. |
Model selection event in the editor | 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 | Parameters of the editor display event. |
EditorOnHideEventParams | Parameters for editor hidden events. |
EditorSelectionChangedEventParams | Parameters of the model selection event in the editor. |