Back to Devexpress

PasteSpecialFormShowingEventArgs Class

windowsforms-devexpress-dot-xtrarichedit-c5621d5a.md

latest2.7 KB
Original Source

PasteSpecialFormShowingEventArgs Class

Provides data for the RichEditControl.PasteSpecialFormShowing event.

Namespace : DevExpress.XtraRichEdit

Assembly : DevExpress.XtraRichEdit.v25.2.dll

NuGet Package : DevExpress.Win.RichEdit

Declaration

csharp
public class PasteSpecialFormShowingEventArgs :
    FormShowingEventArgs
vb
Public Class PasteSpecialFormShowingEventArgs
    Inherits FormShowingEventArgs

PasteSpecialFormShowingEventArgs is the data class for the following events:

Remarks

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.

Inheritance

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

DevExpress.XtraRichEdit Namespace