Back to Devexpress

PdfViewer.ReplyChanged Event

windowsforms-devexpress-dot-xtrapdfviewer-dot-pdfviewer-577f76cc.md

latest1.3 KB
Original Source

PdfViewer.ReplyChanged Event

Occurs after the annotation reply is changed in the Comments Panel.

Namespace : DevExpress.XtraPdfViewer

Assembly : DevExpress.XtraPdfViewer.v25.2.dll

NuGet Package : DevExpress.Win.PdfViewer

Declaration

csharp
public event PdfReplyChangedEventHandler ReplyChanged
vb
Public Event ReplyChanged As PdfReplyChangedEventHandler

Event Data

The ReplyChanged event's data class is PdfReplyChangedEventArgs. The following properties provide information specific to this event:

PropertyDescription
ReplyGets the changed reply.

See Also

PdfViewer Class

PdfViewer Members

DevExpress.XtraPdfViewer Namespace