Search
ItemEventArgs Constructor
See Also
 






Initializes a new instance of the ItemEventArgs class.

Namespace: MindFusion.Scheduling
File: EventArgs.js

 Syntax

JavaScript  Copy Code

function ItemEventArgs (item, rawEventArgs)

 Parameters

item

Item. The item, associated with the event.

rawEventArgs

Object. The Javascript event data.

 See Also