SearchCompletedEventArgs Class

Apitron PDF Controls help
Apitron.PDF.Controls for .NET
Event args for SearchCompleted event.
Inheritance Hierarchy

SystemObject
  SystemEventArgs
    Apitron.PDF.ControlsSearchCompletedEventArgs

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

public sealed class SearchCompletedEventArgs : EventArgs

The SearchCompletedEventArgs type exposes the following members.

Properties

  NameDescription
Public propertyCancelNavigation
Gets or sets a value indicating whether automatic navigation to search result should be canceled.
Public propertySearchResultItem
Gets the search result item found for the search request. If the item is null, then nothing was found.
Top
See Also

Reference