Class StepTappedEventArgs
Holds the step tapped event arguments.
Inheritance
System.Object
StepTappedEventArgs
Namespace: Syncfusion.Maui.ProgressBar
Assembly: Syncfusion.Maui.ProgressBar.dll
Syntax
public class StepTappedEventArgs : EventArgs
Constructors
StepTappedEventArgs()
Declaration
public StepTappedEventArgs()
Properties
StepItem
Gets the step view that was tapped.
Declaration
public StepProgressBarItem StepItem { get; }
Property Value
Type |
---|
StepProgressBarItem |