add_always(function(sender, e)) always.add(function(sender, e)) remove_always(function(sender, e)) always.remove(function(sender, e))
The Always event can be used for cleanup to remove attached handling functions.
Parameter | Type | Description |
---|---|---|
sender | 'var' | The source of the event. |