Skip to main content

RichEditControl.ActiveRecordChanging Event

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

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.XtraRichEdit.v23.2.dll

NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.RichEdit, DevExpress.Win.TreeMap

Declaration

public event EventHandler ActiveRecordChanging

Event Data

The ActiveRecordChanging event's data class is EventArgs.

See Also