User Guide > Working with behaviors > Working with events and actions > The list of events
In Autoplay Menu Designer are available the following events:
• | Starting of the project - triggers when the application starts. |
• | Finishing of the project - triggers when the application ends. |
• | Opening of the window - triggers when the window object is shown on the screen. |
• | Closing of the window - triggers when the window object is hidden. |
• | Opening of the page - triggers when the page opens. |
• | Closing of the page - triggers when the page closes. |
• | Timer Event - triggers by a timer. |
• | Mouse Click - triggers when the left mouse button is clicked on an object. |
• | Mouse Double Click - triggers when the left mouse button is double clicked on an object. |
• | Mouse Enter - triggers when the mouse cursor enters to an object. |
• | Mouse Leave - triggers when the mouse cursor leaves an object. |
• | Left Mouse Button Down - triggers when the left mouse button is pressed on an object. |
• | Left Mouse Button Kill Down - triggers when the left mouse button is unpressed or when the mouse cursor leaves an object. |
• | Changing of the text (EditBox objects) - triggers when the text changes in the EditBox object |
• | Turned on - triggers when the Checkbox object or the Radio button is turned on. |
• | Turned off - triggers when the Checkbox object or the Radio button is turned off. |
• | Selection changed (ListBox and ComboBox objects) - triggers when the selection changes in the ListBox object or ComboBox object. |
• | Mouse double click(ListBox objects) - triggers when the user double click on the item of ListBox object . |
• | Key down - triggers when the user presses a key on the keyboard . |
• | Key up - triggers when the user releases a key on the keyboard. |
• | Media Track Started - triggers when a new track started in the Media player object |
• | Media Track Ended - triggers when a current track ended in the Media player object |
|