ClassDialogViewModelBase<T>
Class
Represents dialog view-model base class.
Definition
Namespace:Telerik.Windows.Controls.FixedDocumentViewersUI.Dialogs.ViewModels
Assembly:Telerik.Windows.Controls.FixedDocumentViewersUI.dll
Type Parameters:
T
Syntax:
cs-api-definition
public class DialogViewModelBase<T> : INotifyPropertyChanged where T : FixedDocumentViewerDialogContext
Inheritance: objectDialogViewModelBase<T>
Derived Classes:
Implements:
Properties
Context
Gets the context.
Declaration
cs-api-definition
protected T Context { get; }
Property Value
T
The context.
Methods
OnPropertyChanged(string)
Called when property is changed.
Declaration
cs-api-definition
protected void OnPropertyChanged(string propertyName)
Parameters
propertyName
Name of the property.
Events
PropertyChanged
Occurs when a property value changes.
Declaration
cs-api-definition
public event PropertyChangedEventHandler PropertyChanged
Event Value
Implements