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

PrintingController.CustomGetPrintableControl Event

Occurs after the View‘s controls have been instantiated.

Namespace: DevExpress.ExpressApp.Win.SystemModule

Assembly: DevExpress.ExpressApp.Win.v19.1.dll

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