Search
TaskEventArgs Constructor
See Also
 






Initializes a new instance of the TaskEventArgs class.

Namespace: MindFusion.Scheduling
File: EventArgs.js

 Syntax

JavaScript  Copy Code

function TaskEventArgs (task)

 Parameters

task

Task. The Task instance for which the event is raised.

 See Also