FlexReport for WPF | ComponentOne
C1.WPF.Viewer Assembly / C1.WPF.Viewer Namespace / FlexViewer Class / OpenAction Event

In This Topic
    OpenAction Event (FlexViewer)
    In This Topic
    Occurs when the user presses the Open button.
    Syntax
    'Declaration
     
    Public Event OpenAction As EventHandler(Of EventArgs)
    public event EventHandler<EventArgs> OpenAction
    See Also