[]
Represents the event data for the RowHeightChanged event for the Spread component, which occurs when the height of a row is changed.
public class RowHeightChangedEventArgs : EventArgs
Public Class RowHeightChangedEventArgs
Inherits EventArgs
Name | Description |
---|---|
RowHeightChangedEventArgs(SpreadView, ArrayList, bool) | Creates a new object with the RowHeightChanged event arguments. |
RowHeightChangedEventArgs(SpreadView, ArrayList, bool, bool) | Creates a new object with the RowHeightChanged event arguments. |