The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
DataGrid.CellEditEnding Event
.NET Framework (current version)
Occurs before a cell edit is committed or canceled.
Assembly: PresentationFramework (in PresentationFramework.dll)
You can cancel this event by setting the Cancel property of the e argument to true in the event handler. If canceled, the cell remains in edit mode.
If this event is not canceled, the specified EditAction will be performed to commit or cancel the edit.
.NET Framework
Available since 4.0
Silverlight
Available since 3.0
Available since 4.0
Silverlight
Available since 3.0
Show: