Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / RowViewportHeightChangedEventArgs Class
Members


In This Topic
    RowViewportHeightChangedEventArgs Class
    In This Topic
    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
    public class RowViewportHeightChangedEventArgs : System.EventArgs 
    Inheritance Hierarchy

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

    See Also