Back to Devexpress

PreviewClickEventArgs Class

wpf-devexpress-dot-xpf-dot-printing-90074c6a.md

latest2.2 KB
Original Source

PreviewClickEventArgs Class

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

Declaration

csharp
public class PreviewClickEventArgs :
    EventArgs
vb
Public Class PreviewClickEventArgs
    Inherits EventArgs

PreviewClickEventArgs is the data class for the following events:

Remarks

An instance of the PreviewClickEventArgs class with appropriate settings is automatically created and passed to the corresponding event’s handler.

Inheritance

Object EventArgs PreviewClickEventArgs

See Also

PreviewClickEventArgs Members

DevExpress.Xpf.Printing Namespace