Class StepProgressChangingEventArgs
Inheritance
System.Object
StepProgressChangingEventArgs
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class StepProgressChangingEventArgs : CancelEventArgs
Constructors
StepProgressChangingEventArgs(StepProgressItem, Int32)
Declaration
public StepProgressChangingEventArgs(StepProgressItem item, int newProgress)
Parameters
StepProgressItem
item
|
System.Int32
newProgress
|
Properties
Item
NewProgress
Declaration
public int NewProgress { get; }
Property Value
System.Int32
|