RowsChangingEventArgs Class
In This Article
Provides data for the SpreadsheetControl.RowsInserting and SpreadsheetControl.RowsRemoving events.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
public class RowsChangingEventArgs :
RowsColumnsChangingEventArgsBase
#Remarks
The RowsChangingEventArgs class represents an argument for the SpreadsheetControl.RowsInserting and SpreadsheetControl.RowsRemoving events of the SpreadsheetControl.
An instance of the RowsChangingEventArgs class with appropriate settings is automatically created and passed to the corresponding event’s handler.
#Inheritance
Object
EventArgs
CancelEventArgs
DevExpress.Spreadsheet.SheetCancelEventArgsBase
RowsColumnsChangingEventArgsBase
RowsChangingEventArgs
See Also