ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.4.5.2 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotGrid Class / OnMouseDown Method
System.Windows.Forms.MouseEventArgs that contains the event data.

In This Topic
    OnMouseDown Method (C1FlexPivotGrid)
    In This Topic
    Overridden to show cell details when the user right-clicks a cell and to collapse/expand subtotal rows/columns.
    Syntax
    'Declaration
     
    Protected Overrides Sub OnMouseDown( _
       ByVal e As MouseEventArgs _
    ) 
    protected override void OnMouseDown( 
       MouseEventArgs e
    )

    Parameters

    e
    System.Windows.Forms.MouseEventArgs that contains the event data.
    See Also