Skip to main content
A newer version of this page is available. .

PdfViewer.FindDialogVisibilityChanged Event

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

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v18.2.dll

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