Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

RowsChangingEventArgs Class

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

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