Skip to main content
.NET 6.0+

PrintingController.CustomGetPrintableControl Event

Occurs after the View‘s controls have been instantiated.

Namespace: DevExpress.ExpressApp.Win.SystemModule

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

NuGet Package: DevExpress.ExpressApp.Win

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