RowHeightChangedEventArgs Class
In This Article
Provides data for the SpreadsheetControl.RowHeightChanged event.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
#Remarks
The RowHeightChangedEventArgs class represents an argument for the SpreadsheetControl.RowHeightChanged event.
The RowHeightChangedEventArgs class instance with appropriate settings is automatically created and passed to the event handler.
See Also