The following tables list the members exposed by RichTextClipboardOperationCancelEventArgs.
Name | Description | |
---|---|---|
RichTextClipboardOperationCancelEventArgs Constructor | Creates a new RichTextClipboardOperationCancelEventArgs instance. |
Name | Description | |
---|---|---|
Cancel | (Inherited from System.ComponentModel.CancelEventArgs) | |
ClipboardOperation | (Inherited from Infragistics.Controls.Editors.ClipboardOperationCancelEventArgs) | |
DataObject | (Inherited from Infragistics.Controls.Editors.ClipboardOperationCancelEventArgs) | |
Exception | (Inherited from Infragistics.Controls.Editors.ClipboardOperationCancelEventArgs) | |
RootNode | Gets 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. | |
Selection | Gets the Selection instance representing the content being copied or the target of the pasted content. | |
SerializationProviderUsedToLoadData | Gets the Infragistics.Documents.RichText.Serialization.SerializationProviderBase which successfully de-serialized the Clipboard data during a paste operation. |
Name | Description | |
---|---|---|
RefreshRootNode | During a paste operation, refreshes the RootNode value by de-serializing the System.Windows.DataObject again. Otherwise, this method does nothing. |