Fires when the 'Insert Merge Field' command button is clicked, and enables you to customize a drop-down field list.
Namespace:DevExpress.Xpf.RichEdit
Assembly:DevExpress.Xpf.RichEdit.v19.2.dll

Syntax
C# |
public event CustomizeMergeFieldsEventHandler CustomizeMergeFields
|
VB |
event Public CustomizeMergeFields As CustomizeMergeFieldsEventHandler
|

Event Data
The event handler receives an argument of type CustomizeMergeFieldsEventArgs containing data related to this event.

Remarks
Use the DevExpress.XtraRichEdit.CustomizeMergeFieldsEventArgs.MergeFieldsNames property, to specify fields and field names to show in the drop-down list.
See the Simple Data Merge Demo for an example of use.

See Also