Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpScrollBar Class / ButtonClick Event


In This Topic
    ButtonClick Event
    In This Topic
    Occurs when a button of the scroll bar is clicked.
    Syntax
    'Declaration
     
    
    Public Event ButtonClick As FpScrollBarButtonClickEventHandler
    'Usage
     
    
    Dim instance As FpScrollBar
    Dim handler As FpScrollBarButtonClickEventHandler
     
    AddHandler instance.ButtonClick, handler
    public event FpScrollBarButtonClickEventHandler ButtonClick
    Event Data

    The event handler receives an argument of type FpScrollBarButtonClickEventArgs containing data related to this event. The following FpScrollBarButtonClickEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets or sets the scroll bar button that is clicked.  
    (Inherited from System.ComponentModel.HandledEventArgs)
    See Also