New to Kendo UI for Angular? Start a free 30-day trial
ActionSheetItemClickEvent
Updated on Oct 31, 2025
Provides the event data for the itemClick event of the ActionSheet component.
Use this event to access the clicked item and the original DOM event.
| Name | Type | Default | Description |
|---|---|---|---|
item |
|
Provides the ActionSheet item that was clicked. | |
originalEvent |
|
Represents the original DOM event that triggered the |
Constructors
ActionSheetItemClickEvent
()