Initializes a new instance of the ItemEventArgs class.
Namespace: MindFusion.Scheduling
Assembly: EventArgs.js
SyntaxJavaScript
Copy Code
|
|---|
function ItemEventArgs (item, rawEventArgs) |
Item. The item, associated with the event.
Object. The Javascript event data.
See Also