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

In This Topic
    CloseAction Event (C1FlexViewer)
    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