FarPoint.Win.Spread
ScrollTipFetchEventArgs Class
Members  See Also 
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace : ScrollTipFetchEventArgs Class


Represents the event data for the ScrollTipFetch event for the Spread component, which occurs when the spread is scrolled.

Object Model


Syntax

Visual Basic (Declaration) 
Public Class ScrollTipFetchEventArgs 
   Inherits EventArgs
Visual Basic (Usage)Copy Code
Dim instance As ScrollTipFetchEventArgs
C# 
public class ScrollTipFetchEventArgs : EventArgs 

Inheritance Hierarchy

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

See Also