menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class StepTappedEventArgs - API Reference

    Show / Hide Table of Contents

    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 Description
    System.Int32

    Item

    Gets the StepView that the user tapped.

    Declaration
    public StepView Item { get; }
    Property Value
    Type Description
    StepView
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved