6,834
edits
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
|arg1 = string eventName The name of the event, case-insensitive. | |arg1 = string eventName The name of the event, case-insensitive. | ||
|arg2 = [Element source = null] The source element to trigger the event for, used in [[bindEventHandler|bindEventHandler]] but not in [[addEventHandler|addEventHandler]]. | |arg2 = [Element source = null] The source element to trigger the event for, used in [[bindEventHandler|bindEventHandler]] but not in [[addEventHandler|addEventHandler]]. | ||
|arg3 = [mixed | |arg3 = [mixed ... = null] Arguments to be sent to scripting function that are bound to the event. | ||
|return1 = void | |return1 = void | ||
|returnFail1 = void | |returnFail1 = void |
edits