Back to Devexpress

InsertMergeFieldFormShowingEventArgs Class

windowsforms-devexpress-dot-xtrarichedit-f974953e.md

latest2.8 KB
Original Source

InsertMergeFieldFormShowingEventArgs Class

Provides data for the RichEditControl.InsertMergeFieldFormShowing event.

Namespace : DevExpress.XtraRichEdit

Assembly : DevExpress.XtraRichEdit.v25.2.dll

NuGet Package : DevExpress.Win.RichEdit

Declaration

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

InsertMergeFieldFormShowingEventArgs is the data class for the following events:

Remarks

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.

Inheritance

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

DevExpress.XtraRichEdit Namespace