Skip to main content
All docs
V19.2
.NET Framework 4.5.2+

PrintableChangedEventArgs(IPrintable) Constructor

Initializes a new instance of the PrintableChangedEventArgs class.

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v19.2.dll

Declaration

public PrintableChangedEventArgs(
    IPrintable printable
)

Parameters

Name Type Description
printable IPrintable

An IPrintable object that is the control to be exported.

See Also