Search
InstantiateItemEvent Constructor
See Also
 






Initializes a new instance of the InstantiateItemEvent class.

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

 Syntax

Java  Copy Code

public InstantiateItemEvent (
    Object source,
    String classId
)

 Parameters

source

The Schedule that raises this event.

classId

Class identifier of the item.

 See Also