PDFViewerSearchRequested Event

Apitron PDF Controls help
Apitron.PDF.Controls for .NET
Occurs when search activity is being requested. The user should respond to this event and properly set the SearchIndex for the document loaded.

Namespace:  Apitron.PDF.Controls
Assembly:  Apitron.PDF.Controls (in Apitron.PDF.Controls.dll) Version: 1.0.154.0
Syntax

public event EventHandler<SearchRequestedEventArgs> SearchRequested

Value

Type: SystemEventHandlerSearchRequestedEventArgs
See Also

Reference