Spread Windows Forms 17
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.
    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