MListBoxSelectionObserver Class Reference

#include <mw/eiklbx.h>

class MListBoxSelectionObserver
Public Member Functions
pure virtual voidSelectionModeChanged(CEikListBox *, TBool)

Detailed Description

Item selection (marking) observer is used to let application control item marking (in markable lists). Observers can be added and removed by using CEikListBox methods AddSelectionObserverL() and RemoveSelectionObserver().

Since
3.2

Member Function Documentation

SelectionModeChanged ( CEikListBox *, TBool )

voidSelectionModeChanged(CEikListBox *aListBox,
TBoolaSelectionModeEnabled
)[pure virtual]

Notification of entering and leaving marking mode. Marking mode is enabled by long pressing shift, ctrl or hash keys (when hash key marking is enabled).

ParameterDescription
aListBoxThe source list box of this message.
aSelectionModeEnabledETrue, when entering selection (marking) mode.