ClassWizardStepChangeEventArgs
Class
The event arguments of step change event of the Wizard.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class WizardStepChangeEventArgs
Inheritance: objectWizardStepChangeEventArgs
Constructors
WizardStepChangeEventArgs()
Declaration
cs-api-definition
public WizardStepChangeEventArgs()
Properties
IsCancelled
Whether the event is canceled and the built-in action is prevented.
TargetIndex
The index of the targeted new Wizard step.