MobileForms Toolkit Documentation

CellEnteredMainEventHandler Delegate

Represents the method that will handle the CellEntered event.

public delegate void CellEnteredMainEventHandler(
object sender,
CellEnteredMainEventArgs e
);

Parameters

sender
Object that raised the event i.e. AdvancedComboBox.
e
Arguments of this event.

Requirements

Namespace: Resco.Controls.AdvancedComboBox

Assembly: Resco.AdvancedComboBox.CF3 (in Resco.AdvancedComboBox.CF3.dll)

See Also

Resco.Controls.AdvancedComboBox Namespace | CellEnteredMainEventArgs