Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpScrollBarButtonClickEventArgs Class
Members


In This Topic
    FpScrollBarButtonClickEventArgs Class
    In This Topic
    Represents the event data for the FpScrollBarButtonClickEvent, for the Spread component, which occurs when the Spread scroll bar button is clicked.
    Syntax
    'Declaration
     
    
    Public Class FpScrollBarButtonClickEventArgs 
       Inherits System.ComponentModel.HandledEventArgs
    'Usage
     
    
    Dim instance As FpScrollBarButtonClickEventArgs
    public class FpScrollBarButtonClickEventArgs : System.ComponentModel.HandledEventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          System.ComponentModel.HandledEventArgs
             FarPoint.Win.Spread.FpScrollBarButtonClickEventArgs

    See Also