Click or drag to resize

BaseDialogAwareViewModel Class

[Missing <summary> documentation for "T:RAYLASE.Marker.GUI.Common.Interactivity.BaseDialogAwareViewModel"]

Inheritance Hierarchy

Namespace: RAYLASE.Marker.GUI.Common.Interactivity
Assembly: RAYLASE.Marker.GUI.Common (in RAYLASE.Marker.GUI.Common.dll) Version: 2.19.0
Syntax
C#
public abstract class BaseDialogAwareViewModel : BindableBase, 
	IDialogAware

The BaseDialogAwareViewModel type exposes the following members.

Constructors
 NameDescription
Protected methodBaseDialogAwareViewModelInitializes a new instance of the BaseDialogAwareViewModel class
Top
Properties
Methods
 NameDescription
Protected methodAppendResultParameters 
Public methodCanCloseDialog 
Protected methodClose 
Public methodCreateDialogResult 
Protected methodDoAction 
Public methodDoOnDialogClosed 
Public methodDoOnDialogOpened 
Protected methodOnAction 
Public methodOnDialogClosed 
Public methodOnDialogOpened 
Protected methodOnPropertyChanged Raises this object's PropertyChanged event.
(Inherited from BindableBase)
Protected methodRaisePropertyChanged Raises this object's PropertyChanged event.
(Inherited from BindableBase)
Public methodRegisterClose 
Protected methodSetProperty``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)
Protected methodSetProperty``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)
Public methodUnregisterClose 
Top
Events
 NameDescription
Public eventPropertyChanged Occurs when a property value changes.
(Inherited from BindableBase)
Public eventRequestClose 
Top
See Also