Search
ItemListEvent Constructor (Item, Int32)
See Also
 






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

 Syntax

Java  Copy Code

public ItemListEvent (
    Item item,
    int index
)

 Parameters

item

The item related to the event.

index

The zero-based index of the item within its containing collection.

 See Also