Skip to main content
A newer version of this page is available. .

RichEditControl.ActiveRecordChanged Event

Occurs after traversing to the next data record in a mail merge data source.

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.XtraRichEdit.v20.2.dll

NuGet Package: DevExpress.Win.RichEdit

Declaration

public event EventHandler ActiveRecordChanged

Event Data

The ActiveRecordChanged event's data class is EventArgs.

See Also