ComponentOne Document Library for WinForms
FindActionCompleted Event

C1.Win.C1Document.4 Assembly > C1.Win.C1Document Namespace > C1TextSearchManager Class : FindActionCompleted Event
Occurs when async find action completed.
Syntax
'Declaration
 
Public Event FindActionCompleted As System.EventHandler(Of FindActionCompletedEventArgs)
public event System.EventHandler<FindActionCompletedEventArgs> FindActionCompleted
Event Data

The event handler receives an argument of type FindActionCompletedEventArgs containing data related to this event. The following FindActionCompletedEventArgs properties provide information specific to this event.

PropertyDescription
Get the C1FindTextAction value defines the complited find action.  
(Inherited from System.ComponentModel.AsyncCompletedEventArgs)
(Inherited from System.ComponentModel.AsyncCompletedEventArgs)
Gets the C1FoundPosition object that specifies the found text position.  
(Inherited from System.ComponentModel.AsyncCompletedEventArgs)
See Also