Class EventsViewModel
Inheritance
System.Object
EventsViewModel
Implements
System.ComponentModel.INotifyPropertyChanged
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
SaveOnDocumentUnloading
Declaration
public bool SaveOnDocumentUnloading { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Implements
System.ComponentModel.INotifyPropertyChanged