EditorActivityViewModelBase Class Methods
- Last UpdatedAug 21, 2026
- 3 minute read
For a list of all members of this type, see EditorActivityViewModelBase members.
| Name | Description | |
|---|---|---|
![]() | CanCloseEditor | CanCloseEditor |
![]() | Dispose | Overloaded. Disposes the resource. |
![]() | Equals | (Inherited from object) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from object) |
![]() | GetType | Gets the System.Type of the current instance. (Inherited from object) |
![]() | 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. |
![]() | ToString | Returns a string that represents the current object. (Inherited from object) |
| Name | Description | |
|---|---|---|
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from object) |
![]() | MemberwiseClone | Creates a shallow copy of the current System.Object. (Inherited from object) |
![]() | OnActivated | isActive is true. |
![]() | OnDeactivated | isActive is false. |
![]() | OnInitialized | OnInitialized is used to initialize. |

