Spread Windows Forms 12.0 Product Documentation
OnMouseDown Method (FpChart)


FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace > FpChart 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 FpChart
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

FpChart Class
FpChart Members