Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / OnPreviewRowFetch Method
The PreviewRowFetchEventArgs instance that contains the event data.


In This Topic
OnPreviewRowFetch Method
In This Topic
Raises the PreviewRowFetch event.
Syntax
'Declaration
 
Protected Overridable Sub OnPreviewRowFetch( _
   ByVal e As PreviewRowFetchEventArgs _
) 
 
'Usage
 
Dim instance As FpSpread
Dim e As PreviewRowFetchEventArgs
 
instance.OnPreviewRowFetch(e)

Parameters

e
The PreviewRowFetchEventArgs instance that contains the event data.
See Also