New to Telerik UI for WPFStart a free 30-day trial

Contains information about the currently executed paste command.

Definition

Namespace:Telerik.Windows.Documents.Model

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

C#
public class PasteContext : INotifyPropertyChanged

Inheritance: objectPasteContext

Implements: INotifyPropertyChanged

Properties

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

C#
public PasteOptionsViewModel PasteOptionsViewModel { get; }

Methods

Raises the PropertyChanged event.

C#
protected void OnPropertyChanged(string propertyName)
Parameters:propertyNamestring

The name of the affected property

Events

C#
public event PropertyChangedEventHandler PropertyChanged

Implements: INotifyPropertyChanged.PropertyChanged