ClassPasteContext
Class
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:
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
Methods
OnPropertyChanged(string)
Raises the PropertyChanged event.
Declaration
cs-api-definition
protected void OnPropertyChanged(string propertyName)
Parameters
propertyName
The name of the affected property
Events
PropertyChanged
Declaration
cs-api-definition
public event PropertyChangedEventHandler PropertyChanged
Event Value
Implements