Specifies data for the buttonClick event.
Namespace: MindFusion.Scheduling
File: EventArgs.js
JavaScript Copy Code |
---|
// class |
The following example attaches a handler to the buttonClick event of a calendar. In the handler method we check the button that has triggered the action and cancel it.
JavaScript Copy Code |
---|
// attach handler - click of a button function handleButtonClick(sender, args) { |
MindFusion.Scheduling.EventArgs
MindFusion.Scheduling.CancelEventArgs
MindFusion.Scheduling.ButtonEventArgs