Skip to main content

PreviewClickEventArgs(String, FrameworkElement) Constructor

In This Article

Initializes a new instance of the PreviewClickEventArgs class with the specified settings.

Namespace: DevExpress.Xpf.Printing

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

#Declaration

public PreviewClickEventArgs(
    string elementTag,
    FrameworkElement element
)

#Parameters

Name Type Description
elementTag String

A String value.

element FrameworkElement

A FrameworkElement object.

See Also