ClassStepClickedEventArgs
Class
Provides data for the StepClicked event.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class StepClickedEventArgs : EventArgs
Inheritance: objectEventArgsStepClickedEventArgs
Inherited Members
Constructors
StepClickedEventArgs(StepProgressItem)
Initializes a new instance of the StepClickedEventArgs class.
Declaration
cs-api-definition
public StepClickedEventArgs(StepProgressItem clickedStep)
Parameters
clickedStep
The step item that was clicked.
Properties
ClickedStep
Gets the step item that was clicked.
Declaration
cs-api-definition
public StepProgressItem ClickedStep { get; }
Property Value