Spread Windows Forms 13.0 Product Documentation
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ScrollTipFetchEventArgs Class
Members


In This Topic
    ScrollTipFetchEventArgs Class
    In This Topic
    Represents the event data for the ScrollTipFetch event for the Spread component, which occurs when the spread is scrolled.
    Object Model
    ScrollTipFetchEventArgs ClassSpreadView Class
    Syntax
    'Declaration
     
    Public Class ScrollTipFetchEventArgs 
       Inherits System.EventArgs
    'Usage
     
    Dim instance As ScrollTipFetchEventArgs
    public class ScrollTipFetchEventArgs : System.EventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          FarPoint.Win.Spread.ScrollTipFetchEventArgs

    See Also