Skip to main content
A newer version of this page is available. .

ComboBoxEditBase Events

A base class for combo boxes.
Name Description
ClearIconClicked Occurs when a user taps the clear icon. Inherited from EditBase.
Completed Occurs when a user taps the ‘Return’ button of the keyboard. Inherited from EditBase.
DoubleTap Fires when the user double taps the editor. Inherited from EditBase.
EndIconClicked Occurs when a user taps the trailing icon. Inherited from EditBase.
ErrorIconClicked Occurs when a user taps the error icon. Inherited from EditBase.
FilterTextChanged Fires when the FilterText property value changes.
LongPress Fires when the user presses and holds the editor. Inherited from EditBase.
SelectionChanged Fires when a user selects or deselects an item. Inherited from ItemsEditBase.
StartIconClicked Occurs when a user taps the leading icon. Inherited from EditBase.
Tap Fires when the user taps the editor. Inherited from EditBase.
See Also