Location:
eiklbed.h
Link against:
eikcoctl.lib
MListBoxEditorObserver
Supported from 6.0
List box editor observer interface.
This class provides owning dialogs and list boxes with a method of intercepting key events prior to, or instead of, passing them to the editor. For example, a file saving dialog may want to check whether a file exists when the Enter key is pressed and prevent the Enter key being passed on to the editor.
Defined in MListBoxEditorObserver
:
HandleListBoxEditorEventL()
virtual TKeyResponse HandleListBoxEditorEventL(MEikListBoxEditor* aListBoxEditor, const TKeyEvent& aKeyEvent)=0;
Handles a list box editor event.
|
|