Table of Contents

Class StepsCanChangeEventArgs

Namespace
Radzen.Blazor
Assembly
Radzen.Blazor.dll

Supplies information about a CanChange event that is being raised.

public class StepsCanChangeEventArgs
Inheritance
StepsCanChangeEventArgs
Inherited Members

Constructors

StepsCanChangeEventArgs()

public StepsCanChangeEventArgs()

Properties

IsDefaultPrevented

Has step change action been prevented from occuring.

public bool IsDefaultPrevented { get; }

Property Value

bool

NewIndex

Index of clicked step.

public int NewIndex { get; set; }

Property Value

int

SelectedIndex

Index of clicked step.

public int SelectedIndex { get; set; }

Property Value

int

Methods

PreventDefault()

Prevent the change of the step.

public void PreventDefault()