Class DialogViewModelBase<T>
Represents dialog view-model base class.
Inheritance
System.Object
DialogViewModelBase<T>
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Controls.FixedDocumentViewersUI.Dialogs.ViewModels
Assembly: Telerik.Windows.Controls.FixedDocumentViewersUI.dll
Syntax
public class DialogViewModelBase<T> : INotifyPropertyChanged where T : FixedDocumentViewerDialogContext
Type Parameters
T
|
Properties
Context
Gets the context.
Declaration
protected T Context { get; }
Property Value
T
The context. |
Methods
OnPropertyChanged(String)
Called when property is changed.
Declaration
protected void OnPropertyChanged(string propertyName)
Parameters
System.String
propertyName
Name of the property. |
Events
PropertyChanged
Occurs when a property value changes.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.ComponentModel.PropertyChangedEventHandler
|