Skip to main content

PdfViewer.FindDialogVisibilityChanged Event

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

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v23.2.dll

NuGet Package: DevExpress.Win.PdfViewer

Declaration

public event PdfFindDialogVisibilityChangedEventHandler FindDialogVisibilityChanged

Event Data

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

Property Description
Visible Indicates the visibility state of the Find dialog window.
See Also