Spread Windows Forms 12.0 Product Documentation
OnMouseDown Method (ChartShape)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Chart Namespace > ChartShape Class : OnMouseDown Method
A System.Windows.Forms.MouseEventArgs that contains the event data.
Raises the System.Windows.Forms.Control.MouseDown event.
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

Reference

ChartShape Class
ChartShape Members