ClassViewModelBase
Class
Definition
Namespace:Telerik.Windows.Controls.RichTextBoxUI.ViewModels
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public abstract class ViewModelBase : INotifyPropertyChanged
Inheritance: objectViewModelBase
Derived Classes:
Implements:
Constructors
ViewModelBase()
Declaration
cs-api-definition
protected ViewModelBase()
Methods
OnPropertyChanged(string)
Declaration
cs-api-definition
protected void OnPropertyChanged(string propertyName)
Parameters
propertyName
Events
PropertyChanged
Occurs when a property value changes.
Declaration
cs-api-definition
public event PropertyChangedEventHandler PropertyChanged
Event Value
Implements