MListBoxItemChangeObserver Class Reference
	
	
| class MListBoxItemChangeObserver | 
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().
			
		 
Member Function Documentation
		ListBoxItemsChanged ( CEikListBox * )
		
		| void | ListBoxItemsChanged | ( | CEikListBox * | aListBox | ) | [pure virtual] | 
				Notification and handling of a list box item change.
				
			 
| Parameter | Description | | aListBox | The source list box of this message.   |