MListBoxItemChangeObserver Class Reference

#include <mw/eiklbx.h>

class MListBoxItemChangeObserver
Public Member Functions
pure virtual voidListBoxItemsChanged(CEikListBox *)

Detailed Description

Item change observer will be notified when list box items have been added or removed or the list box has been reset. Observers can be added and removed by using CEikListBox methods AddItemChangeObserverL() and RemoveItemChangeObserver().

Since
3.0

Member Function Documentation

ListBoxItemsChanged ( CEikListBox * )

voidListBoxItemsChanged(CEikListBox *aListBox)[pure virtual]

Notification and handling of a list box item change.

ParameterDescription
aListBoxThe source list box of this message.