Skip to main content

DocumentPreviewModelBase.PreviewDoubleClick Event

Namespace: DevExpress.Xpf.Printing

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

#Declaration

public 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.

#Implements

See Also