New to Telerik UI for WinFormsStart a free 30-day trial

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

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

C#
public enum ProgressBarSenderEvent

Fields

Indicates that the Dash property has been changed.

C#
DashChanged = 5

Indicates that the Hatch property has been changed.

C#
HatchChanged = 6

Indicates that the IntegralDash property has been changed.

C#
IntegralDashChanged = 7

Indicates that the Maximum property has been changed.

C#
MaximumChanged = 2

Indicates that the Minimum property has been changed.

C#
MinimumChanged = 1

Indicates that the ProgressOrientation property has been changed.

C#
ProgressOrientationChanged = 12

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

C#
SeparatorColorChanged = 14

Indicates that the separator color stop has changed

C#
SeparatorColorStopChanged = 16

Indicates that the separators gradeient angle property has been changed.

C#
SeparatorGradientAngleChanged = 15

Indicates that the separator number of colors changed.

C#
SeparatorNumberOfColorChanged = 17

Indicates that the SeparatorWidth property has been changed.

C#
SeparatorWidthChanged = 9

Indicates that the ProgressOrientation property has been changed.

C#
ShowProgressIndicatorsChanged = 13

Indicates that the Step has been changed.

C#
StepChanged = 3

Indicates that the Step width has been changed.

C#
StepWidthChanged = 4

Indicates that the TextAlignment property has been changed.

C#
TextAlignmentChanged = 11

Indicates that the Text property has been changed.

C#
TextChanged = 8

Indicates that the TextOrientatio property has been changed.

C#
TextOrientationChanged = 10

Indicates that value1 or value2 has been changed.

C#
ValueChanged = 0