Class EventsViewModel

Inheritance
System.Object
EventsViewModel
Implements
System.ComponentModel.INotifyPropertyChanged
Namespace: Catalog.ViewModels
Assembly: Catalog.dll
Syntax
public class EventsViewModel : Observable, INotifyPropertyChanged

Properties

DisablePresetUpdates

Declaration
public bool DisablePresetUpdates { get; set; }
Property Value
Type Description
System.Boolean

DisablePresetUpdatesCommand

Declaration
public ICommand DisablePresetUpdatesCommand { get; }
Property Value
Type Description
System.Windows.Input.ICommand

Events

A ObservableCollection that our list view can bind on.

Declaration
public ObservableCollection<string> Events { get; }
Property Value
Type Description
System.Collections.ObjectModel.ObservableCollection<System.String>

PDFView

Declaration
public PdfView PDFView { get; }
Property Value
Type Description
PdfView

SaveOnDocumentUnloading

Declaration
public bool SaveOnDocumentUnloading { get; set; }
Property Value
Type Description
System.Boolean

Implements

System.ComponentModel.INotifyPropertyChanged