Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / RotationAngle Class / OnMouseDown Method
System.Windows.Forms.MouseEventArgs that indicates the event argument


In This Topic
OnMouseDown Method (RotationAngle)
In This Topic
Overridden, processes the mouse down event.
Syntax
'Declaration
 
Protected Overrides Sub OnMouseDown( _
   ByVal e As MouseEventArgs _
) 
 
'Usage
 
Dim instance As RotationAngle
Dim e As MouseEventArgs
 
instance.OnMouseDown(e)

Parameters

e
System.Windows.Forms.MouseEventArgs that indicates the event argument
See Also