Class MarkerClickedEventArgs
Represents the class that provides the data for the MarkerClicked event.
Inheritance
System.Object
MarkerClickedEventArgs
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 |