Blazor | ComponentOne
C1.Blazor.Viewer Assembly / C1.Blazor.Viewer Namespace / FlexViewer Class / OpenAction Event

In This Topic
    OpenAction Event
    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