TdxPDFCustomViewer.OnHideFindPanel Event
In This Article
Enables you to respond to hiding the Find panel.
#Declaration
Delphi
property OnHideFindPanel: TNotifyEvent read; write;
#Remarks
This event is fired in response to calling the HideFindPanel procedure.
The Sender parameter specifies the PDF Viewer control that raised this event.
See Also