MobileForms Toolkit Documentation

AdvancedList.CellEntered Event

Occurs if either mouse is clicked on a selectable cell or if KeyNavigation is set to true and Enter key is pressed while a cell is selected.

public event CellEnteredMainEventHandler CellEntered;

Event Data

The event handler receives an argument of type CellEnteredMainEventArgs containing data related to this event. The following CellEnteredMainEventArgs properties provide information specific to this event.

Property Description
Cell Gets or sets the reference to the cell that was entered.
CellIndex Gets or sets the index of the cell in its CellCollection.
Row Gets or sets the row that was used to display the data from.

See Also

AdvancedList Class | Resco.Controls.AdvancedList Namespace | CellEnteredMainEventHandler | CellEnteredMainEventArgs