Class
PasteContext

Contains information about the currently executed paste command.

Definition

Namespace:Telerik.Windows.Documents.Model

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class PasteContext : INotifyPropertyChanged

Inheritance: objectPasteContext

Implements: INotifyPropertyChanged

Properties

PasteOptionsViewModel

Gets a PasteOptionsViewModel instance that contains the information from the PasteContext, but is suitable for data binding.

Declaration

cs-api-definition
public PasteOptionsViewModel PasteOptionsViewModel { get; }

Property Value

PasteOptionsViewModel

Methods

OnPropertyChanged(string)

Raises the PropertyChanged event.

Declaration

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

Parameters

propertyName

string

The name of the affected property

Events

PropertyChanged

Declaration

cs-api-definition
public event PropertyChangedEventHandler PropertyChanged

Event Value

PropertyChangedEventHandler

Implements INotifyPropertyChanged.PropertyChanged