Search
ItemListViewListener.itemRemoved Method
See Also
 






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

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

 Syntax

Java  Copy Code

void itemRemoved (
    ItemListEvent e
)

 Parameters

e

An ItemListEvent object providing information about the event.

 See Also