Base |
[Missing <summary> documentation for "T:RAYLASE.Marker.GUI.Common.Interactivity.BaseDialogAwareViewModel"]
public abstract class BaseDialogAwareViewModel : BindableBase, IDialogAware
The BaseDialogAwareViewModel type exposes the following members.
| Name | Description | |
|---|---|---|
| BaseDialogAwareViewModel | Initializes a new instance of the BaseDialogAwareViewModel class |
| Name | Description | |
|---|---|---|
| AppendResultParameters | ||
| CanCloseDialog | ||
| Close | ||
| CreateDialogResult | ||
| DoAction | ||
| DoOnDialogClosed | ||
| DoOnDialogOpened | ||
| OnAction | ||
| OnDialogClosed | ||
| OnDialogOpened | ||
| OnPropertyChanged |
Raises this object's PropertyChanged event.
(Inherited from BindableBase) | |
| RaisePropertyChanged |
Raises this object's PropertyChanged event.
(Inherited from BindableBase) | |
| RegisterClose | ||
| SetProperty``1(UMP, UMP, String) |
Checks if a property already matches a desired value. Sets the property and
notifies listeners only when necessary.
(Inherited from BindableBase) | |
| SetProperty``1(UMP, UMP, Action, String) |
Checks if a property already matches a desired value. Sets the property and
notifies listeners only when necessary.
(Inherited from BindableBase) | |
| UnregisterClose |
| Name | Description | |
|---|---|---|
| PropertyChanged |
Occurs when a property value changes.
(Inherited from BindableBase) | |
| RequestClose |