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


In This Topic
    PreviewRowFetchEventArgs Class
    In This Topic
    Represents the event data for the PreviewRowFetch event for the Spread component, which occurs for formatting the preview row content.
    Object Model
    PreviewRowFetchEventArgs ClassSpreadView Class
    Syntax
    'Declaration
     
    Public Class PreviewRowFetchEventArgs 
       Inherits System.EventArgs
    'Usage
     
    Dim instance As PreviewRowFetchEventArgs
    public class PreviewRowFetchEventArgs : System.EventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          FarPoint.Win.Spread.PreviewRowFetchEventArgs

    See Also