Class IndexChangedEventArgs
This class contains arguments for the IndexChanged event.
Inheritance
System.Object
IndexChangedEventArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: CG.Blazor.Wizard
Assembly: CG.Blazor.Wizard.dll
Syntax
public class IndexChangedEventArgs
Properties
CurrentIndex
This property indicates the current index.
Declaration
public int? CurrentIndex { get; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
NewIndex
This property indicates the new index.
Declaration
public int? NewIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |