Class StepsCanChangeEventArgs
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
NewIndex
Index of clicked step.
public int NewIndex { get; set; }
Property Value
SelectedIndex
Index of clicked step.
public int SelectedIndex { get; set; }
Property Value
Methods
PreventDefault()
Prevent the change of the step.
public void PreventDefault()