EditorActivityViewModelBase Class Members
The following tables list the members exposed by EditorActivityViewModelBase.
Public Properties
Name | Description | |
---|---|---|
![]() | IsActive | Gets or sets a value indicating whether or not activity is active. |
![]() | IsReadOnly | Gets a value indicating whether IsReadOnly or not. |
![]() | Label | Gets default heading /title of the activity. |
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. |
Public Events
Name | Description | |
---|---|---|
![]() | IsActiveChanged | Event for isActive Changed. |
See Also