Class StepClickedEventArgs
Event args for Step
Inheritance
Namespace: Telerik.Windows.Controls.StepProgressBar
Assembly: Telerik.Windows.Controls.dll
Syntax
public class StepClickedEventArgs : EventArgs
Constructors
StepClickedEventArgs(RadStepProgressBarItem, Double)
Initializes a new instance of the Step
Declaration
public StepClickedEventArgs(RadStepProgressBarItem item, double progress)
Parameters
Rad
|
System.
|
Properties
CancelSelection
Gets or sets a value indicating whether the pending selection should be cancelled.
Declaration
public bool CancelSelection { get; set; }
Property Value
System.
|
ClickedItem
Gets the clicked Rad
Declaration
public RadStepProgressBarItem ClickedItem { get; }
Property Value
NewProgress
Gets or sets the new progress value to be set after clicking on the step. Should be value between 0 and 100.
Declaration
public double NewProgress { get; set; }
Property Value
System.
|