Spread Windows Forms 15.0
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)
    public FpScrollBarButtonClickEventArgs( 
       FpScrollBarButton element
    )

    Parameters

    element
    FarPoint scroll bar button element
    See Also