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