Search
ItemListViewListener.itemSelected Method
See Also
 






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

Namespace: com.mindfusion.scheduling
Package: com.mindfusion.scheduling

 Syntax

Java  Copy Code

void itemSelected (
    ItemListEvent e
)

 Parameters

e

An ItemListEvent object providing information about the event.

 See Also