windowsforms-devexpress-dot-xtrarichedit-a45cc5ef.md
Provides data for the RichEditControl.PageSetupFormShowing event.
Namespace : DevExpress.XtraRichEdit
Assembly : DevExpress.XtraRichEdit.v25.2.dll
NuGet Package : DevExpress.Win.RichEdit
public class PageSetupFormShowingEventArgs :
FormShowingEventArgs
Public Class PageSetupFormShowingEventArgs
Inherits FormShowingEventArgs
PageSetupFormShowingEventArgs is the data class for the following events:
The RichEditControl.PageSetupFormShowing event occurs before the Page Setup dialog is invoked. The PageSetupFormShowingEventArgs class introduces the PageSetupFormShowingEventArgs.ControllerParameters property, that specifies the information to be displayed in the dialog.
Note, that PageSetupFormShowingEventArgs objects are automatically created, initialized and passed to the RichEditControl.PageSetupFormShowing event handlers.
Object EventArgs ShowFormEventArgs FormShowingEventArgs PageSetupFormShowingEventArgs
See Also
PageSetupFormShowingEventArgs Members
How to: Customize the Hyperlink Form
How to: Customize the Find and Replace Dialog in Rich Text Editor for WinForms