Class StepTappedEventArgs
Event arguments for the StepTapped
event.
Inheritance
System.Object
StepTappedEventArgs
Namespace: Syncfusion.XForms.ProgressBar
Assembly: Syncfusion.SfProgressBar.XForms.dll
Syntax
public class StepTappedEventArgs : EventArgs
Constructors
StepTappedEventArgs(StepView, Int32)
Initializes a new instance of the StepTappedEventArgs class.
Declaration
public StepTappedEventArgs(StepView item, int index)
Parameters
Type | Name | Description |
---|---|---|
StepView | item | Instance of step item. |
System.Int32 | index | Index of step item. |
Properties
Index
Gets the StepView's index that the user tapped.
Declaration
public int Index { get; }
Property Value
Type |
---|
System.Int32 |
Item
Gets the StepView that the user tapped.
Declaration
public StepView Item { get; }
Property Value
Type |
---|
StepView |