Class
StepProgressChangingEventArgs

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class StepProgressChangingEventArgs : CancelEventArgs

Inheritance: objectEventArgsCancelEventArgsStepProgressChangingEventArgs

Inherited Members CancelEventArgs.CancelEventArgs.Empty

Constructors

StepProgressChangingEventArgs(StepProgressItem, int)

Declaration

cs-api-definition
public StepProgressChangingEventArgs(StepProgressItem item, int newProgress)

Parameters

item

StepProgressItem

newProgress

int

Properties

Item

Declaration

cs-api-definition
public StepProgressItem Item { get; }

Property Value

StepProgressItem

NewProgress

Declaration

cs-api-definition
public int NewProgress { get; }

Property Value

int