Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / OnMouseDown Method
MouseEventArgs event arguments


In This Topic
OnMouseDown Method (FpSpread)
In This Topic
Raises the MouseDown event.
Syntax
'Declaration
 
Protected Overrides Sub OnMouseDown( _
   ByVal e As MouseEventArgs _
) 
 
'Usage
 
Dim instance As FpSpread
Dim e As MouseEventArgs
 
instance.OnMouseDown(e)

Parameters

e
MouseEventArgs event arguments
See Also