Specifies data for the buttonClick event.
Namespace: MindFusion.Scheduling
File: EventArgs.js
SyntaxJavaScript
Copy Code
|
|---|
// class |
ExampleThe 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) { |
Inheritance HierarchyMindFusion.Scheduling.CancelEventArgs![]()
MindFusion.Scheduling.ButtonEventArgs
See Also