TdxPDFCustomViewer.OnHideFindPanel Event
Enables you to respond to hiding the Find panel.
Declaration
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