[]
Defines parameters for a FindActionCompleted event.
public class FindActionCompletedEventArgs : AsyncCompletedEventArgs
Name | Description |
---|---|
FindActionCompletedEventArgs(C1FindTextAction, C1FoundPosition, Exception, bool) | Initializes a new instance of the FindActionCompletedEventArgs class. |
Name | Description |
---|---|
Action | Get the C1FindTextAction value defines the complited find action. |
Position | Gets the C1FoundPosition object that specifies the found text position. |