Enum
ProgressBarSenderEvent

Exposes the reason for a progress bar or waiting bar event.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public enum ProgressBarSenderEvent

Fields

DashChanged

Indicates that the Dash property has been changed.

Declaration

cs-api-definition
DashChanged = 5

Field Value

ProgressBarSenderEvent

HatchChanged

Indicates that the Hatch property has been changed.

Declaration

cs-api-definition
HatchChanged = 6

Field Value

ProgressBarSenderEvent

IntegralDashChanged

Indicates that the IntegralDash property has been changed.

Declaration

cs-api-definition
IntegralDashChanged = 7

Field Value

ProgressBarSenderEvent

MaximumChanged

Indicates that the Maximum property has been changed.

Declaration

cs-api-definition
MaximumChanged = 2

Field Value

ProgressBarSenderEvent

MinimumChanged

Indicates that the Minimum property has been changed.

Declaration

cs-api-definition
MinimumChanged = 1

Field Value

ProgressBarSenderEvent

ProgressOrientationChanged

Indicates that the ProgressOrientation property has been changed.

Declaration

cs-api-definition
ProgressOrientationChanged = 12

Field Value

ProgressBarSenderEvent

SeparatorColorChanged

Indicates that one of the separator colors property has been changed.

Declaration

cs-api-definition
SeparatorColorChanged = 14

Field Value

ProgressBarSenderEvent

SeparatorColorStopChanged

Indicates that the separator color stop has changed

Declaration

cs-api-definition
SeparatorColorStopChanged = 16

Field Value

ProgressBarSenderEvent

SeparatorGradientAngleChanged

Indicates that the separators gradeient angle property has been changed.

Declaration

cs-api-definition
SeparatorGradientAngleChanged = 15

Field Value

ProgressBarSenderEvent

SeparatorNumberOfColorChanged

Indicates that the separator number of colors changed.

Declaration

cs-api-definition
SeparatorNumberOfColorChanged = 17

Field Value

ProgressBarSenderEvent

SeparatorWidthChanged

Indicates that the SeparatorWidth property has been changed.

Declaration

cs-api-definition
SeparatorWidthChanged = 9

Field Value

ProgressBarSenderEvent

ShowProgressIndicatorsChanged

Indicates that the ProgressOrientation property has been changed.

Declaration

cs-api-definition
ShowProgressIndicatorsChanged = 13

Field Value

ProgressBarSenderEvent

StepChanged

Indicates that the Step has been changed.

Declaration

cs-api-definition
StepChanged = 3

Field Value

ProgressBarSenderEvent

StepWidthChanged

Indicates that the Step width has been changed.

Declaration

cs-api-definition
StepWidthChanged = 4

Field Value

ProgressBarSenderEvent

TextAlignmentChanged

Indicates that the TextAlignment property has been changed.

Declaration

cs-api-definition
TextAlignmentChanged = 11

Field Value

ProgressBarSenderEvent

TextChanged

Indicates that the Text property has been changed.

Declaration

cs-api-definition
TextChanged = 8

Field Value

ProgressBarSenderEvent

TextOrientationChanged

Indicates that the TextOrientatio property has been changed.

Declaration

cs-api-definition
TextOrientationChanged = 10

Field Value

ProgressBarSenderEvent

ValueChanged

Indicates that value1 or value2 has been changed.

Declaration

cs-api-definition
ValueChanged = 0

Field Value

ProgressBarSenderEvent