Does the drop down list tag helper have events? I can't seem to find documentation anywhere on events. I want to take action when selected or changed.
<kendo-dropdownlist name="products" filter="FilterType.StartsWith"></kendo-dropdownlist>
The examples in the link below only cover the HTML Helper.
https://demos.telerik.com/aspnet-core/dropdownlist/events
