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


In This Topic
    RowHeightChangingEventArgs Class
    In This Topic
    Represents the event data for the RowHeightChanging event for the Spread component, which occurs when the height of a row is changing.
    Syntax
    'Declaration
     
    
    Public Class RowHeightChangingEventArgs 
       Inherits System.EventArgs
    'Usage
     
    
    Dim instance As RowHeightChangingEventArgs
    public class RowHeightChangingEventArgs : System.EventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          FarPoint.Win.Spread.RowHeightChangingEventArgs

    See Also