wpf-devexpress-dot-xpf-dot-printing-90074c6a.md
Provides data for the IDocumentPreviewModel.PreviewClick, IDocumentPreviewModel.PreviewMouseMove and IDocumentPreviewModel.PreviewMouseMove events.
Namespace : DevExpress.Xpf.Printing
Assembly : DevExpress.Xpf.Printing.v25.2.dll
NuGet Package : DevExpress.Wpf.Printing
public class PreviewClickEventArgs :
EventArgs
Public Class PreviewClickEventArgs
Inherits EventArgs
PreviewClickEventArgs is the data class for the following events:
An instance of the PreviewClickEventArgs class with appropriate settings is automatically created and passed to the corresponding event’s handler.
Object EventArgs PreviewClickEventArgs
See Also