windowsforms-devexpress-dot-xtrarichedit-c5621d5a.md
Provides data for the RichEditControl.PasteSpecialFormShowing event.
Namespace : DevExpress.XtraRichEdit
Assembly : DevExpress.XtraRichEdit.v25.2.dll
NuGet Package : DevExpress.Win.RichEdit
public class PasteSpecialFormShowingEventArgs :
FormShowingEventArgs
Public Class PasteSpecialFormShowingEventArgs
Inherits FormShowingEventArgs
PasteSpecialFormShowingEventArgs is the data class for the following events:
The RichEditControl.PasteSpecialFormShowing event occurs before the Paste Special dialog is invoked. The PasteSpecialFormShowingEventArgs class introduces the PasteSpecialFormShowingEventArgs.ControllerParameters property, that specifies the information to be displayed in the dialog.
Note, that PasteSpecialFormShowingEventArgs objects are automatically created, initialized and passed to the RichEditControl.PasteSpecialFormShowing event handlers.
Object EventArgs ShowFormEventArgs FormShowingEventArgs PasteSpecialFormShowingEventArgs
See Also
PasteSpecialFormShowingEventArgs Members
How to: Customize the Hyperlink Form
How to: Customize the Find and Replace Dialog in Rich Text Editor for WinForms