Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / SEditButton Class / OnSpinDownMouseDown Method
Source of event
Event data


In This Topic
OnSpinDownMouseDown Method
In This Topic
Occurs when the mouse is pressed on a spin button.
Syntax
'Declaration
 
Protected Overridable Sub OnSpinDownMouseDown( _
   ByVal sender As Object, _
   ByVal e As MouseEventArgs _
) 
 
'Usage
 
Dim instance As SEditButton
Dim sender As Object
Dim e As MouseEventArgs
 
instance.OnSpinDownMouseDown(sender, e)

Parameters

sender
Source of event
e
Event data
See Also