Skip to main content

IDocumentPreviewModel.PreviewDoubleClick Event

In This Article

Namespace: DevExpress.Xpf.Printing

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

#Declaration

event EventHandler<PreviewClickEventArgs> PreviewDoubleClick

#Event Data

The PreviewDoubleClick event's handler receives an argument of the PreviewClickEventArgs type. The following properties provide information specific to this event:

Property Description
Element Gets the element for which the corresponding event has been raised.
ElementTag Gets the Tag property value of the control, for which the corresponding event has been raised.
See Also