Back to Devexpress

PrintingController.CustomGetPrintableControl Event

expressappframework-devexpress-dot-expressapp-dot-win-dot-systemmodule-dot-printingcontroller-787fa7bf.md

latest1.9 KB
Original Source

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

csharp
public event EventHandler<PrintableControlEventArgs> CustomGetPrintableControl
vb
Public Event CustomGetPrintableControl As EventHandler(Of PrintableControlEventArgs)

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

PrintingSettingsLoaded

PrintingController Class

PrintingController Members

DevExpress.ExpressApp.Win.SystemModule Namespace