ComponentOne Document Library for WinForms
FindActionCompletedEventArgs Constructor

C1.Win.C1Document.4 Assembly > C1.Win.C1Document Namespace > FindActionCompletedEventArgs Class : FindActionCompletedEventArgs Constructor
Defines the find action.
A C1FoundPosition object representing result of operation.
Any error that occurred during the asynchronous operation.
A value indicating whether the asynchronous operation was canceled.
Initializes a new instance of the FindActionCompletedEventArgs class.
Syntax
'Declaration
 
Public Function New( _
   ByVal action As C1FindTextAction, _
   ByVal position As C1FoundPosition, _
   ByVal error As System.Exception, _
   ByVal cancelled As System.Boolean _
)
public FindActionCompletedEventArgs( 
   C1FindTextAction action,
   C1FoundPosition position,
   System.Exception error,
   System.bool cancelled
)

Parameters

action
Defines the find action.
position
A C1FoundPosition object representing result of operation.
error
Any error that occurred during the asynchronous operation.
cancelled
A value indicating whether the asynchronous operation was canceled.
See Also

Reference

FindActionCompletedEventArgs Class
FindActionCompletedEventArgs Members