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.v24.1.dll
NuGet Package: DevExpress.Wpf.Printing
Declaration
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