FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / RowViewportHeightChangedEventArgs Class
Members


RowViewportHeightChangedEventArgs Class
Represents the event data for the RowViewportHeightChanged event for the Spread component, which occurs when the height of a viewport row has changed.
Syntax
'Declaration
 
Public Class RowViewportHeightChangedEventArgs 
   Inherits System.EventArgs
 
'Usage
 
Dim instance As RowViewportHeightChangedEventArgs
Inheritance Hierarchy

System.Object
   System.EventArgs
      FarPoint.Win.Spread.RowViewportHeightChangedEventArgs

See Also