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

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