Class PasteContext
Contains information about the currently executed paste command.
Inheritance
System.Object
PasteContext
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Model
Assembly: Telerik.Windows.Documents.dll
Syntax
public class PasteContext : 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
|