Back to Devexpress

PageSetupFormShowingEventArgs Class

windowsforms-devexpress-dot-xtrarichedit-a45cc5ef.md

latest2.7 KB
Original Source

PageSetupFormShowingEventArgs Class

Provides data for the RichEditControl.PageSetupFormShowing event.

Namespace : DevExpress.XtraRichEdit

Assembly : DevExpress.XtraRichEdit.v25.2.dll

NuGet Package : DevExpress.Win.RichEdit

Declaration

csharp
public class PageSetupFormShowingEventArgs :
    FormShowingEventArgs
vb
Public Class PageSetupFormShowingEventArgs
    Inherits FormShowingEventArgs

PageSetupFormShowingEventArgs is the data class for the following events:

Remarks

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.

Inheritance

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

DevExpress.XtraRichEdit Namespace