Class StepperChangeEventArgs
Represents the event arguments for the Stepper's step changing event.
Inherited Members
Namespace: Syncfusion.Blazor.Navigations
Assembly: Syncfusion.Blazor.dll
Syntax
public class StepperChangeEventArgs : StepperChangedEventArgs
Constructors
StepperChangeEventArgs()
Declaration
public StepperChangeEventArgs()
Properties
Cancel
Gets or sets a value indicating whether to cancel the action of step changing.
Declaration
public bool Cancel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|