Catel.MVVM.ProgressNotifyableViewModel.ProgressNotifyableViewModel C# (CSharp) Метод

ProgressNotifyableViewModel() публичный Метод

Initializes a new instance of the ProgressNotifyableViewModel class.
Must have a public constructor in order to be serializable.
public ProgressNotifyableViewModel ( ) : System.ComponentModel
Результат System.ComponentModel
        public ProgressNotifyableViewModel()
            : this(false, false, false)
        {
            DispatchPropertyChangedEvent = true;
        }

Same methods

ProgressNotifyableViewModel::ProgressNotifyableViewModel ( IServiceLocator serviceLocator, bool supportIEditableObject = true, bool ignoreMultipleModelsWarning = false, bool skipViewModelAttributesInitialization = false ) : System.ComponentModel
ProgressNotifyableViewModel::ProgressNotifyableViewModel ( bool supportIEditableObject, bool ignoreMultipleModelsWarning, bool skipViewModelAttributesInitialization ) : System.ComponentModel