Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpScrollBarButtonClickEventArgs Class / FpScrollBarButtonClickEventArgs Constructor
FarPoint scroll bar button element


In This Topic
FpScrollBarButtonClickEventArgs Constructor
In This Topic
Creates a new Spread scroll bar button click event.
Syntax
'Declaration
 
Public Function New( _
   ByVal element As FpScrollBarButton _
)
 
'Usage
 
Dim element As FpScrollBarButton
 
Dim instance As New FpScrollBarButtonClickEventArgs(element)

Parameters

element
FarPoint scroll bar button element
See Also