Back to Devexpress

PdfViewer.FindDialogVisibilityChanged Event

windowsforms-devexpress-dot-xtrapdfviewer-dot-pdfviewer-ebe73d9c.md

latest1.6 KB
Original Source

PdfViewer.FindDialogVisibilityChanged Event

Occurs when the visibility state of the Find dialog window has changed.

Namespace : DevExpress.XtraPdfViewer

Assembly : DevExpress.XtraPdfViewer.v25.2.dll

NuGet Package : DevExpress.Win.PdfViewer

Declaration

csharp
public event PdfFindDialogVisibilityChangedEventHandler FindDialogVisibilityChanged
vb
Public Event FindDialogVisibilityChanged As PdfFindDialogVisibilityChangedEventHandler

Event Data

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

PropertyDescription
VisibleIndicates the visibility state of the Find dialog window.

See Also

IsFindDialogVisible

PdfViewer Class

PdfViewer Members

DevExpress.XtraPdfViewer Namespace