TdxPDFCustomViewer.OnShowFindPanel Event
Enables you to respond to invoking the Find panel.
Declaration
property OnShowFindPanel: TNotifyEvent read; write;
Remarks
This event is fired in response to calling the ShowFindPanel procedure.
The Sender parameter specifies the PDF Viewer control that raised this event.
See Also