Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / RowViewportHeightChanged Event


RowViewportHeightChanged Event
Occurs when a viewport row height has changed.
Syntax
'Declaration
 
Public Event RowViewportHeightChanged As RowViewportHeightChangedEventHandler
 
'Usage
 
Dim instance As FpSpread
Dim handler As RowViewportHeightChangedEventHandler
 
AddHandler instance.RowViewportHeightChanged, handler
Event Data

The event handler receives an argument of type RowViewportHeightChangedEventArgs containing data related to this event. The following RowViewportHeightChangedEventArgs properties provide information specific to this event.

PropertyDescription
Gets the view that contains the viewport row whose height has changed.  
Gets the height of the viewport row whose height has changed.  
Gets the index of the viewport row whose height has changed.  
See Also