Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / RowHeightChangedEventArgs Class
Members


RowHeightChangedEventArgs Class
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
Inheritance Hierarchy

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

See Also