# Events

### <mark style="color:purple;">File(s) Selected From Open Dialog</mark>

Fires when the user has successfully chosen files from the dialog box.

***

### <mark style="color:purple;">Open Dialog Canceled</mark>

Fires if the user closes out of the open file dialog.

***

### <mark style="color:purple;">File Selected From Save Dialog</mark>

Fires when the user has successfully chosen files from the save dialog box.

***

### <mark style="color:purple;">Save Dialog Canceled</mark>

Fires if the user closes out of the save file dialog.

***

### <mark style="color:purple;">Message Box Button Clicked</mark>

Fires when the user clicks a button from the message dialog.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://deskifier.gitbook.io/deskifier/deskifier-bubble.io-docs/dialog-element/events.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
