New to Kendo UI for Angular? Start a free 30-day trial
StepperActivateEvent
Arguments for the activate
event of the Stepper.
Name | Type | Default | Description |
---|---|---|---|
index |
|
The index of the activated step in the | |
originalEvent |
|
The DOM event that triggered the step activation. | |
sender |
|
The Stepper that triggered the event. | |
step |
|
The activated step. |
Methods
isDefaultPrevented | ||||
---|---|---|---|---|
Returns | ||||
|
preventDefault |
---|
Prevents the default action for a specified event. In this way, the source component suppresses the built-in behavior that follows the event. |