MindFusion.UI for WebForms Programmer's Guide

CellEventArgs Constructor

See Also
 



Initializes a new instance of the CellEventArgs class.

Namespace: MindFusion.UI.Web
Assembly: EventArgs.js

 Syntax

JavaScript  Copy Code

function CellEventArgs (args)

 Parameters

args

Type: Object
The arguments passed to handlers of Calendar's dateClick event.

 See Also