Version

RichTextClipboardOperationCancelEventArgs Class Properties

For a list of all members of this type, see RichTextClipboardOperationCancelEventArgs members.

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.  
See Also