FlexReport for WinForms | ComponentOne
C1.Win.FlexViewer.4.8 Assembly / C1.Win.FlexViewer Namespace / C1FlexViewerPane Class / OnMouseClick Method

In This Topic
    OnMouseClick Method (C1FlexViewerPane)
    In This Topic
    Overridden. Raises the MouseClick event.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnMouseClick( _
       ByVal e As MouseEventArgs _
    ) 
    protected virtual void OnMouseClick( 
       MouseEventArgs e
    )

    Parameters

    e
    See Also