PdfViewer.FindDialogVisibilityChanged Event
In This Article
Occurs when the visibility state of the Find dialog window has changed.
Namespace: DevExpress.XtraPdfViewer
Assembly: DevExpress.XtraPdfViewer.v24.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