Skip to main content
A newer version of this page is available.
All docs
V18.2

PrintableChangedEventArgs(IPrintable) Constructor

Initializes a new instance of the PrintableChangedEventArgs class.

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v18.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