Search
ItemListViewAdapter Members
Constructors Methods
 


Provides empty implementations for the methods defined in the ItemListViewListener interface. This lets you override only the handlers for the events you are interested in, instead of implementing all methods of ItemListViewListener.

The following tables list the members exposed by the ItemListViewAdapter type.

 Public Constructors

  Name Description

ItemListViewAdapter

 

 Public Methods

  Name Description

itemRemoved

Raised when the user removes an item from the list view.

itemSelected

Raised when the user selects an item in the list view.

 See Also