Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / ChartShape Class / DoMouseDown Method


In This Topic
DoMouseDown Method (ChartShape)
In This Topic
Internal use only.
Syntax
'Declaration
 
Public Overrides Sub DoMouseDown( _
   ByVal sender As Object, _
   ByVal e As MouseEventArgs _
) 
 
'Usage
 
Dim instance As ChartShape
Dim sender As Object
Dim e As MouseEventArgs
 
instance.DoMouseDown(sender, e)

Parameters

sender
e
See Also