The event handler receives an argument of type LeaveCellEventArgs containing data related to this event. The following LeaveCellEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Cancel | Gets or sets whether to cancel the cell navigation. |
Column | Gets the column index of the cell being left. |
NewColumn | Gets the column index of the cell being entered. |
NewRow | Gets the row index of the cell being entered. |
Row | Gets the row index index of the cell being left. |