Occurs when Enter key was pressed on an active row.
The event handler receives an argument of type RowEnteredEventArgs containing data related to this event. The following RowEnteredEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| Row | Gets the reference of the entered row. |
| RowIndex | Gets the index of the entered row. |
These conditions must be met for this event to occur:
AdvancedList Class | Resco.Controls.AdvancedList Namespace | RowEnteredEventArgs | RowEnteredEventHandler