Search
ItemSelectionEvent Constructor
See Also
 






Initializes a new instance of the ItemSelectionEvent class.

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

 Syntax

Java  Copy Code

public ItemSelectionEvent (
    Object source,
    Item item,
    boolean selected,
    boolean deselected
)

 Parameters

source

item

selected

deselected

 See Also