menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MarkerClickedEventArgs - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class MarkerClickedEventArgs

    Represents the class that provides the data for the MarkerClicked event.

    Inheritance
    System.Object
    System.EventArgs
    MarkerClickedEventArgs
    Inherited Members
    System.EventArgs.Empty
    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: Syncfusion.UI.Xaml.ProgressBar
    Assembly: Syncfusion.SfProgressBar.WPF.dll
    Syntax
    public class MarkerClickedEventArgs : EventArgs

    Properties

    StepViewItem

    Gets the StepViewItem being pressed / clicked.

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