Back to Devexpress

PageFormattedEventArgs Class

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-layout-aa3eeba4.md

latest1.6 KB
Original Source

PageFormattedEventArgs Class

Provides data for the DocumentLayout.PageFormatted event.

Namespace : DevExpress.XtraRichEdit.API.Layout

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public class PageFormattedEventArgs :
    EventArgs
vb
Public Class PageFormattedEventArgs
    Inherits EventArgs

PageFormattedEventArgs is the data class for the following events:

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

PageFormattedEventArgs Members

DevExpress.XtraRichEdit.API.Layout Namespace