EventParams interface
Namespace: NextDesign.Desktop
Description
Base class for event parameters.
Inherit Base
Name | Description |
---|---|
IEventParams | Interface for event parameters. |
Destination
Name | Description |
---|---|
EditorSelectionChangedEventParams | The parameters for the in-editor model selection event. |
ConsumableEventParams | Base class for event consumable event parameters. |
CancelableEventParams | Base class for cancelable event parameters. |
ModelOnErrorEventParams | The parameters for the Add Model Error event. |
InformationOnShowEventParams | Parameters for the page show event in the info window. |
NavigatorOnHideEventParams | The parameters for the navigator hide event. |
EditorOnHideEventParams | The parameters for the editor hide event. |
InformationOnHideEventParams | The parameters for the information window page hide event. |
ModelOnValidateEventParams | The parameters for the model validation event. |
ProjectAfterReloadEventParams | The parameters for the after project reload event. |
ModelUndoRedoEventParams | The parameters for the undo/redo event. Notifies all model information for which some changes have occurred due to undo/redo operations. |
AfterStartEventParams | The parameters for the AfterStartEventParams.md. |
EditorOnShowEventParams | The parameters for the editor show event. |
InformationSelectionChangedEventParams | The parameters for the information window page display element selection event. |
NavigatorOnShowEventParams | The parameters for the Navigator show event. |
ProjectAfterSaveEventParams | The parameters for the after project save event. |
ModelSelectionChangedEventParams | Parameters for the model selection changed event. |
ProjectAfterOpenEventParams | The parameters for the after project open event. |
PageAfterChangeEventParams | The parameters for the page after change event. |
ModelEditedEventParams | The parameters for the model modified event. You will be notified of all model information where any change occurred in one edit operation. |
NavigatorSelectionChangedEventParams | The parameters for the model selection event in the navigator. |
ProjectAfterNewEventParams | The parameters for the after project creation event. |
ProjectAfterCloseEventParams | The parameters for the after project close event. |
ProjectAfterModelUnitLoadEventParams | Additional post-load event parameters. |
Method
Name | Description |
---|---|
GetDefaultEventName | Gets the event name corresponding to the event parameter. |