- addeventhandler(func)#
Add an event handler for this UI element. See UI Events.
- Parameters:
func (
function
)- Return type:
- Returns:
A id that can be used with
removeeventhandler()
Version History
Version
Notes
0.1.0
Added
Add an event handler for this UI element. See UI Events.
func (function
)
A id that can be used with removeeventhandler()
Version History
Version |
Notes |
---|---|
0.1.0 |
Added |