Skip to main content
A newer version of this page is available. .

PageSetupFormShowingEventArgs Class

Provides data for the RichEditControl.PageSetupFormShowing event.

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.XtraRichEdit.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.RichEdit

Declaration

public class PageSetupFormShowingEventArgs :
    FormShowingEventArgs

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

See Also