PasteContext
Class
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:
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)
The name of the affected property
Events
C#
public event PropertyChangedEventHandler PropertyChanged
Implements: