Search
SelectionEventArgs Constructor
See Also
 






Initializes a new instance of the SelectionEventArgs class.

Namespace: MindFusion.Scheduling
File: EventArgs.js

 Syntax

JavaScript  Copy Code

function SelectionEventArgs (startTime, endTime, resource)

 Parameters

startTime

A DateTime that indicates the start time of the selection.

endTime

A DateTime that indicates the end time of the selection.

resource

The Resource related to the event.

 See Also