The event handler receives an argument of type EnterCellEventArgs containing data related to this event. The following EnterCellEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Column | Gets the column index of the cell being entered. |
Row | Gets the row index of the cell being entered. |
View | Gets the view that contains the cell being entered. |