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


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

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

See Also