Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / SpreadChart Class / OnMouseDown Method
A System.Windows.Forms.MouseEventArgs that contains the event data.


In This Topic
    OnMouseDown Method (SpreadChart)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnMouseDown( _
       ByVal e As MouseEventArgs _
    ) 
    'Usage
     
    
    Dim instance As SpreadChart
    Dim e As MouseEventArgs
     
    instance.OnMouseDown(e)
    protected override void OnMouseDown( 
       MouseEventArgs e
    )

    Parameters

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