Skip to main content
Box

PageFormattedEventArgs Class

Provides data for the DocumentLayout.PageFormatted event.

Namespace: DevExpress.XtraRichEdit.API.Layout

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

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

public class PageFormattedEventArgs :
    EventArgs

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.

Inheritance

Object
EventArgs
PageFormattedEventArgs
See Also