FlexReport for WPF | ComponentOne
C1.WPF.FlexViewer.4.6.2 Assembly / C1.WPF.FlexViewer Namespace / SearchActionEventArgs Class / SearchActionEventArgs Constructor

In This Topic
    SearchActionEventArgs Constructor
    In This Topic
    Initializes a new instance of the SearchActionEventArgs class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal action As FlexViewerSearchAction _
    )
    public SearchActionEventArgs( 
       FlexViewerSearchAction action
    )

    Parameters

    action
    See Also