Supplies information about a CanChange event that is being raised.
Object
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
public class StepsCanChangeEventArgsSupplies information about a CanChange event that is being raised.
public StepsCanChangeEventArgs()Has step change action been prevented from occuring.
public bool IsDefaultPrevented { get; }
| Type | Description |
|---|---|
| bool | Has step change action been prevented from occuring. |
Index of clicked step.
public int NewIndex { get; set; }
| Type | Description |
|---|---|
| int | Index of clicked step. |
Index of clicked step.
public int SelectedIndex { get; set; }
| Type | Description |
|---|---|
| int | Index of clicked step. |