MobileForms Toolkit Documentation

Cell.CellEntered Event

This event is raised if either a selectable cell is clicked by a mouse or enter key is pressed while this cell is selected.

public event CellEnteredEventHandler CellEntered;

Event Data

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

Property Description
Cell Gets the cell that was entered.
Data Gets the data displayed by the cell.
ListItem Gets the item which displayed data was taken from.

Remarks

Note that Selected property must be set to true for this event to fire. Also KeyNavigation must be turned on.

See Also

Cell Class | Resco.Controls.AdvancedComboBox Namespace