Version

RichTextClipboardOperationCancelEventArgs Class Members

The following tables list the members exposed by RichTextClipboardOperationCancelEventArgs.

Public Constructors
Public Properties
 NameDescription
Public PropertyCancel (Inherited from System.ComponentModel.CancelEventArgs)
Public PropertyClipboardOperation (Inherited from Infragistics.Controls.Editors.ClipboardOperationCancelEventArgs)
Public PropertyDataObject (Inherited from Infragistics.Controls.Editors.ClipboardOperationCancelEventArgs)
Public PropertyException (Inherited from Infragistics.Controls.Editors.ClipboardOperationCancelEventArgs)
Public PropertyRootNodeGets the DocumentRootNode related to the operation, which will be the full document for cut or copy operations and the root of the de-serialized Clipboard content for paste operations.  
Public PropertySelectionGets the Selection instance representing the content being copied or the target of the pasted content.  
Public PropertySerializationProviderUsedToLoadDataGets the Infragistics.Documents.RichText.Serialization.SerializationProviderBase which successfully de-serialized the Clipboard data during a paste operation.  
Public Methods
 NameDescription
Public MethodRefreshRootNodeDuring a paste operation, refreshes the RootNode value by de-serializing the System.Windows.DataObject again. Otherwise, this method does nothing.  
See Also