Class
ViewModelBase

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: SectionColumnsDialogViewModelRadRichTextBoxViewModelBase

Implements: INotifyPropertyChanged

Constructors

ViewModelBase()

Declaration

cs-api-definition
protected ViewModelBase()

Methods

OnPropertyChanged(string)

Declaration

cs-api-definition
protected void OnPropertyChanged(string propertyName)

Parameters

propertyName

string

Events

PropertyChanged

Occurs when a property value changes.

Declaration

cs-api-definition
public event PropertyChangedEventHandler PropertyChanged

Event Value

PropertyChangedEventHandler

Implements INotifyPropertyChanged.PropertyChanged