Search
FormEventArgs Constructor
See Also
 






Initializes a new instance of the FormEventArgs class.

Namespace: MindFusion.Scheduling
File: EventArgs.js

 Syntax

JavaScript  Copy Code

function FormEventArgs (form)

 Parameters

form

BaseForm. The form instance related to the event.

 See Also