[]
        
(Showing Draft Content)

C1.WPF.Document.FindActionCompletedEventArgs

FindActionCompletedEventArgs Class

Defines parameters for a FindActionCompleted event.

Inheritance
FindActionCompletedEventArgs
Namespace: C1.WPF.Document
Assembly: C1.WPF.Document.4.6.2.dll
Syntax
public class FindActionCompletedEventArgs : AsyncCompletedEventArgs

Constructors

Name Description
FindActionCompletedEventArgs(C1FindTextAction, C1FoundPosition, Exception, bool)

Initializes a new instance of the FindActionCompletedEventArgs class.

Properties

Name Description
Action

Get the C1FindTextAction value defines the complited find action.

Position

Gets the C1FoundPosition object that specifies the found text position.