Skip to main content

PreviewClickEventArgs(String, FrameworkElement) Constructor

Initializes a new instance of the PreviewClickEventArgs class with the specified element and tag property value.

Namespace: DevExpress.Xpf.Printing

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

NuGet Package: DevExpress.Wpf.Printing

Declaration

public PreviewClickEventArgs(
    string elementTag,
    FrameworkElement element
)

Parameters

Name Type Description
elementTag String

A String value. This value is assigner to the PreviewClickEventArgs.ElementTag property.

element FrameworkElement

A FrameworkElement object. This value is assigner to the PreviewClickEventArgs.Element property.

See Also