Search
ListItemEvent(E) Class
See Also
 






Provides data for the BaseListListener.itemAdded event.

Namespace: com.mindfusion.common
Package: com.mindfusion.common

 Syntax

Java  Copy Code

public class ListItemEvent<E> extends EventObject

 Inheritance Hierarchy

java.lang.Object
    java.util.EventObject
        com.mindfusion.common.ListItemEvent(E)

 See Also