DataGridBeginningEditEventArgs 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 DataGridBeginningEditEventArgs 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 to be edited. |
|
EditingEventArgs | Gets information about the user gesture that caused the cell to enter edit mode. |
|
Row | Gets the row that contains the cell to be edited. |