Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / RowHeightChangedEventArgs Class
Members


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

    System.Object
       System.EventArgs
          FarPoint.Win.Spread.RowHeightChangedEventArgs

    See Also