Select
eventsFires when the user clicks on a Step to select it.
Event Data
e.originalEvent Object
The original DOM event.
e.sender kendo.ui.Stepper
The Stepper instance that triggered the event.
e.step kendo.stepper.Step
The Step instance that is about to be selected.
e.preventDefault Function
If invoked prevents the selection.