Document Library for WPF | ComponentOne
C1.WPF.Document.4.5.2 Assembly / C1.WPF.Document Namespace / FindActionCompletedEventArgs Class / Action Property

In This Topic
    Action Property (FindActionCompletedEventArgs)
    In This Topic
    Get the C1FindTextAction value defines the complited find action.
    Syntax
    'Declaration
     
    Public ReadOnly Property Action As C1FindTextAction
    public C1FindTextAction Action {get;}
    See Also