PageFormattedEventArgs Class
Provides data for the DocumentLayout.PageFormatted event.
Namespace: DevExpress.XtraRichEdit.API.Layout
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
Declaration
Remarks
Important
The DocumentFormatted event handler is running in a UI thread. To avoid concurrency issues, execute the code which affects the document or interacts with the user asynchronously in a UI thread using the RichEditControl.BeginInvoke method.
See Also