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


In This Topic
    OnMouseDown Method (ChartShape)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnMouseDown( _
       ByVal e As MouseEventArgs _
    ) 
    'Usage
     
    
    Dim instance As ChartShape
    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