Class ContentControlViewModel<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.WinForms.RichTextEditor.RichTextBoxUI.Dialogs
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public abstract class ContentControlViewModel<T> : ViewModelBase, INotifyPropertyChanged, IEditableObject where T : SdtProperties
Type Parameters
T
|
Constructors
ContentControlViewModel(T)
Declaration
public ContentControlViewModel(T properties)
Parameters
T
properties
|
Properties
Properties
Gets the content control prroperties.
Declaration
public T Properties { get; }
Property Value
T
|
Methods
BeginEdit()
Starts the editing cycle.
Declaration
public virtual void BeginEdit()
BeginEdit(Boolean)
Starts the editing cycle.
Declaration
public virtual void BeginEdit(bool setInitialState)
Parameters
System.Boolean
setInitialState
|
CancelEdit()
Finishes the editing cycle and reverts all the changes.
Declaration
public virtual void CancelEdit()
EndEdit()
Finishes the editing cycle and retains all the changes.
Declaration
public virtual void EndEdit()
SetInitialState()
Declaration
protected virtual void SetInitialState()