Skip to main content

DocumentPreviewPropertyProvider(Action) Constructor

Initializes a new instance of the DocumentPreviewPropertyProvider class with the specified callback.

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Xpf.Printing.v23.2.dll

NuGet Package: DevExpress.Wpf.Printing

Declaration

public DocumentPreviewPropertyProvider(
    Action onPropertiesChangedCallback
)

Parameters

Name Type Description
onPropertiesChangedCallback Action

A Action delegate, specifying a callback occurring on changing a property value.

See Also