Interface IEditorTool
The base view model for a tool plug in UI.
Inherited Members
Namespace: Gorgon.Editor.Tools
Assembly: Gorgon.Editor.API.dll
Syntax
public interface IEditorTool : IViewModel, INotifyPropertyChanged, INotifyPropertyChanging
Properties
| Edit this page View SourceCloseToolCommand
Property to return the command used when the tool UI is about to be closed.
Declaration
IEditorAsyncCommand<CloseToolArgs> CloseToolCommand { get; }
Property Value
Type | Description |
---|---|
IEditorAsyncCommand<CloseToolArgs> |
Remarks
This command will be executed when the user shuts down the tool via some UI element (e.g. the 'X' in a window).