DocumentPreviewModelBase.PreviewDoubleClick Event
In This Article
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Printing.v14.2.dll
#Declaration
#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. |
Element |
Gets the Tag property value of the control, for which the corresponding event has been raised. |
#Implements
See Also