New to Kendo UI for Angular? Start a free 30-day trial
ActionSheetItemClickEvent
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
()