MobileForms Toolkit Documentation

AdvancedList.RowEntered Event

Occurs when Enter key was pressed on an active row.

public event RowEnteredEventHandler RowEntered;

Event Data

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.

Remarks

These conditions must be met for this event to occur:

See Also

AdvancedList Class | Resco.Controls.AdvancedList Namespace | RowEnteredEventArgs | RowEnteredEventHandler