Skip to main content
Row

RowsChangingEventArgs Class

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v23.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
See Also