# Custom Events
Custom components support custom events, whose **action** is **proxy** and name is specified by **method**. A service widget page that uses a custom component can register an event callback corresponding to the custom event name. When the custom event in the custom component is triggered, the registered callback will be invoked.
> **NOTE**
>
> The event name cannot contain uppercase letters.
## Example of the **comp** Subcomponent
```html