DataGridCellEditEndingEventArgs Properties
.NET Framework 4.5
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
The DataGridCellEditEndingEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
|
Cancel | Gets or sets a value that indicates whether the event should be canceled. |
|
Column | Gets the column that contains the cell for which the event occurred. |
|
EditAction | Gets a value that indicates whether the edit was canceled or committed. |
|
EditingElement | Gets the element that the cell displays in editing mode. |
|
Row | Gets the row that contains the cell for which the event occurred. |