Class RadRichTextBoxViewModelBase
Represents RadRichTextBox view-model base class.
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 RadRichTextBoxViewModelBase : ViewModelBase, INotifyPropertyChanged
Constructors
RadRichTextBoxViewModelBase(RadRichTextBox)
Initializes a new instance of the RadRichTextBoxViewModelBase class.
Declaration
public RadRichTextBoxViewModelBase(RadRichTextBox editor)
Parameters
RadRichTextBox
editor
The editor. |