Class ViewModelBase
Inheritance
System.Object
ViewModelBase
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.RichTextBoxUI.ViewModels
Assembly: Telerik.Windows.Controls.RichTextBoxUI.dll
Syntax
public abstract class ViewModelBase : INotifyPropertyChanged
Constructors
ViewModelBase()
Declaration
protected ViewModelBase()
Methods
OnPropertyChanged(String)
Declaration
protected void OnPropertyChanged(string propertyName)
Parameters
System.String
propertyName
|
Events
PropertyChanged
Occurs when a property value changes.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.ComponentModel.PropertyChangedEventHandler
|