Event args for the SelectionChanged event.
Definition
Namespace:Telerik.Windows.Controls.StepProgressBar
Assembly:Telerik.Windows.Controls.dll
Syntax:
C#
public class StepSelectionChangedEventArgs : EventArgs
Inheritance: objectEventArgsStepSelectionChangedEventArgs
Inherited Members
Constructors
Initializes a new instance of the StepSelectionChangedEventArgs class.
Properties
Gets or sets the new progress to set after the selection change. Must be value between 0 and 100.
C#
public double NewProgress { get; set; }