Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Box

PageFormattedEventArgs Class

Provides data for the DocumentLayout.PageFormatted event.

Namespace: DevExpress.XtraRichEdit.API.Layout

Assembly: DevExpress.RichEdit.v19.1.Core.dll

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