Exposes the reason for a progress bar or waiting bar event.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
public enum ProgressBarSenderEvent
Fields
Indicates that the Dash property has been changed.
DashChanged = 5
Indicates that the Hatch property has been changed.
HatchChanged = 6
Indicates that the IntegralDash property has been changed.
IntegralDashChanged = 7
Indicates that the Maximum property has been changed.
MaximumChanged = 2
Indicates that the Minimum property has been changed.
MinimumChanged = 1
Indicates that the ProgressOrientation property has been changed.
ProgressOrientationChanged = 12
Indicates that one of the separator colors property has been changed.
SeparatorColorChanged = 14
Indicates that the separator color stop has changed
SeparatorColorStopChanged = 16
Indicates that the separators gradeient angle property has been changed.
SeparatorGradientAngleChanged = 15
Indicates that the separator number of colors changed.
SeparatorNumberOfColorChanged = 17
Indicates that the SeparatorWidth property has been changed.
SeparatorWidthChanged = 9
Indicates that the ProgressOrientation property has been changed.
ShowProgressIndicatorsChanged = 13
Indicates that the Step has been changed.
StepChanged = 3
Indicates that the Step width has been changed.
StepWidthChanged = 4
Indicates that the TextAlignment property has been changed.
TextAlignmentChanged = 11
Indicates that the Text property has been changed.
TextChanged = 8
Indicates that the TextOrientatio property has been changed.
TextOrientationChanged = 10
Indicates that value1 or value2 has been changed.
ValueChanged = 0