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

In This Topic
    CloseAction Event (FlexViewerPane)
    In This Topic
    Occurs when the user presses the Ctrl-F4 keys.
    Syntax
    'Declaration
     
    Public Event CloseAction As EventHandler(Of EventArgs)
    public event EventHandler<EventArgs> CloseAction
    See Also