Skip to main content

PrintingController.CustomGetPrintableControl Event

Occurs after the View‘s controls have been instantiated.

Namespace: DevExpress.ExpressApp.Win.SystemModule

Assembly: DevExpress.ExpressApp.Win.v25.2.dll

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

Declaration

public event EventHandler<PrintableControlEventArgs> CustomGetPrintableControl

Event Data

The CustomGetPrintableControl event's data class is DevExpress.ExpressApp.Win.SystemModule.PrintableControlEventArgs.

Remarks

The CustomGetPrintableControl event is raised as a result of invoking the PrintingController‘s OnActivated method. Handle the CustomGetPrintableControl event to specify the control that must be printed.

See Also