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