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

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