'Declaration Public Event FindActionCompleted As EventHandler(Of FindActionCompletedEventArgs)
public event 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.
Property | Description |
---|---|
Action | Get the C1FindTextAction value defines the complited find action. |
Cancelled | (Inherited from System.ComponentModel.AsyncCompletedEventArgs) |
Error | (Inherited from System.ComponentModel.AsyncCompletedEventArgs) |
Position | Gets the C1FoundPosition object that specifies the found text position. |
UserState | (Inherited from System.ComponentModel.AsyncCompletedEventArgs) |
See Also