Search
CellEventArgs Constructor
See Also
 






Initializes a new instance of the CellEventArgs class.

Namespace: MindFusion.Scheduling
File: EventArgs.js

 Syntax

JavaScript  Copy Code

function CellEventArgs (cell)

 Parameters

cell

ViewCell. The calendar view cell related to the event.

 See Also