EditorActivityViewModelBase Class Methods
For a list of all members of this type, see EditorActivityViewModelBase members.
Public Methods
Name | Description | |
---|---|---|
CanCloseEditor | CanCloseEditor | |
Dispose | Overloaded. Disposes the resource. | |
Initialize | Initializes the editor with IEditorBase, which holds this activity. | |
OnImportsSatisfied | OnImportsSatisfied is used by prism when an editor is being created. | |
RegisterCommands | Registers custom commands to the app editor. | |
SetDirty | Marks editor as dirty. |
Protected Methods
Name | Description | |
---|---|---|
OnActivated | isActive is true. | |
OnDeactivated | isActive is false. | |
OnInitialized | OnInitialized is used to initialize. |
See Also