Blazor Chips Example - Events
This sample demonstrates the events that trigger on every action of the Chips component. The event details are showcased in the event trace panel.
Apple
Microsoft
Google
Tesla
Intel
Event Trace
In this demo, the Chips component performs the following actions which can be traced by the event trace panel.
- Created - Triggers when the chip is created.
- OnBeforeClick - Triggers before the chip gets clicked.
- OnClick - Triggers when the chip item is clicked.
- OnDelete - Triggers before the chip item is deleted.
- Deleted - Triggers after the chip item is deleted.
- Destroyed - Triggers when the component is destroyed.
For more information, refer to the Events from the documentation.