Wiki page events.md changed with summary [Added BETA Warning] by Xavi Artigas

This commit is contained in:
Xavi Artigas 2018-09-10 02:38:15 -07:00 committed by apache
parent cdb236da1a
commit 4a91bd6a6e
1 changed files with 4 additions and 0 deletions

View File

@ -11,6 +11,10 @@ Events play a central role in EFL. In this guide, you'll learn more about the re
You can also find usage examples in the [EFL examples repository](https://git.enlightenment.org/tools/examples.git/tree/).
| | WARNING | |
| --- | ------- | --- |
| ![NOTE](/_media/note-important.png) | **The C# bindings are currently in BETA state**<br>They should only be used for experimenting and **NOT** for any product development.<br>The source code for the tutorials is subject to change in the future. | ![NOTE](/_media/note-important.png) |
## Listening to Events from Objects ##
All EFL objects can emit events. You can discover more about them in the **Events** section of their respective [API Reference documentation](/develop/api/) (only in C, C# *coming soon*).