[]
        
(Showing Draft Content)

FarPoint.Win.Spread.RowViewportHeightChangedEventArgs

RowViewportHeightChangedEventArgs Class

Represents the event data for the RowViewportHeightChanged event for the Spread component, which occurs when the height of a viewport row has changed.

Inheritance
RowViewportHeightChangedEventArgs
Namespace: FarPoint.Win.Spread
Assembly: FarPoint.Win.Spread.dll
Syntax
public class RowViewportHeightChangedEventArgs : EventArgs
Public Class RowViewportHeightChangedEventArgs
    Inherits EventArgs

Constructors

Name Description
RowViewportHeightChangedEventArgs(SpreadView, int, int)

Creates a new object with the RowViewportHeightChanged event arguments.

Properties

Name Description
View

Gets the view that contains the viewport row whose height has changed.

ViewportHeight

Gets the height of the viewport row whose height has changed.

ViewportIndex

Gets the index of the viewport row whose height has changed.