Class PasteContext
Contains information about the currently executed paste command.
Inheritance
System.Object
PasteContext
Namespace: Telerik.Windows.Documents.Model
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class PasteContext : Object, INotifyPropertyChanged
Properties
PasteOptionsViewModel
Gets a PasteOptionsViewModel instance that contains the information from the PasteContext, but is suitable for data binding.
Declaration
public PasteOptionsViewModel PasteOptionsViewModel { get; }
Property Value
PasteOptionsViewModel
|
Methods
OnPropertyChanged(String)
Raises the PropertyChanged event.
Declaration
protected void OnPropertyChanged(string propertyName)
Parameters
System.String
propertyName
The name of the affected property |
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.ComponentModel.PropertyChangedEventHandler
|