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


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

Parameters

sender
Source of event
e
Event data
See Also