Skip to main content

RichEditControl.ActiveRecordChanging Event

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

Namespace: DevExpress.Xpf.RichEdit

Assembly: DevExpress.Xpf.RichEdit.v23.2.dll

NuGet Package: DevExpress.Wpf.RichEdit

Declaration

public event EventHandler ActiveRecordChanging

Event Data

The ActiveRecordChanging event's data class is EventArgs.

Remarks

This member supports the internal infrastructure, and is not intended to be used directly from your code.

See Also