Blazor Chips Example - Events
Apple
Microsoft
Google
Tesla
Intel
Event Trace
This sample demonstrates the events that trigger on every action of the Chips component. Event details are showcased in the event trace panel for monitoring component behavior.
Events demonstrated:
- Created — Triggers when the chip is created
- OnBeforeClick — Triggers before the chip is 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 comprehensive event information, refer to the ChipEvents documentation.