Back to Devexpress

ColumnView.RowEditCanceled Event

windowsforms-devexpress-dot-xtragrid-dot-views-dot-base-dot-columnview-ad27a9c0.md

latest2.5 KB
Original Source

ColumnView.RowEditCanceled Event

Fires after row editing was canceled.

Namespace : DevExpress.XtraGrid.Views.Base

Assembly : DevExpress.XtraGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Action")]
public event RowObjectEventHandler RowEditCanceled
vb
<DXCategory("Action")>
Public Event RowEditCanceled As RowObjectEventHandler

Event Data

The RowEditCanceled event's data class is RowObjectEventArgs. The following properties provide information specific to this event:

PropertyDescription
RowGets the processed row.
RowHandleGets the row’s handle (position). For the ColumnView.RowUpdated event, this property specifies the previous handle (position) of the currently processed row. NewItemRowHandle value when a new row is added. Inherited from RowEventArgs.

Remarks

Users can do the following to discard changes made in all cells in a row/card:

See Also

CancelUpdateCurrentRow()

ColumnView Class

ColumnView Members

DevExpress.XtraGrid.Views.Base Namespace