FlexReport for WPF | ComponentOne
C1.WPF.FlexViewer.4.6.2 Assembly / C1.WPF.FlexViewer Namespace / C1FlexViewerPane Class / SearchAction Event

In This Topic
    SearchAction Event (C1FlexViewerPane)
    In This Topic
    Occurs when the user presses Ctrl-F, F3 or Shift-F3 keys.
    Syntax
    'Declaration
     
    Public Event SearchAction As EventHandler(Of SearchActionEventArgs)
    public event EventHandler<SearchActionEventArgs> SearchAction
    Event Data

    The event handler receives an argument of type SearchActionEventArgs containing data related to this event. The following SearchActionEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets a value indicating which action has occurred.  
    Gets or sets whether the event has been processed.  
    See Also