Enum ProgressBarSenderEvent
Exposes the reason for a progress bar or waiting bar event.
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public enum ProgressBarSenderEvent
DashChanged
Indicates that the Dash property has been changed.
HatchChanged
Indicates that the Hatch property has been changed.
IntegralDashChanged
Indicates that the IntegralDash property has been changed.
MaximumChanged
Indicates that the Maximum property has been changed.
MinimumChanged
Indicates that the Minimum property has been changed.
ProgressOrientationChanged
Indicates that the ProgressOrientation property has been changed.
SeparatorColorChanged
Indicates that one of the separator colors property has been changed.
SeparatorColorStopChanged
Indicates that the separator color stop has changed
SeparatorGradientAngleChanged
Indicates that the separators gradeient angle property has been changed.
SeparatorNumberOfColorChanged
Indicates that the separator number of colors changed.
SeparatorWidthChanged
Indicates that the SeparatorWidth property has been changed.
ShowProgressIndicatorsChanged
Indicates that the ProgressOrientation property has been changed.
StepChanged
Indicates that the Step has been changed.
StepWidthChanged
Indicates that the Step width has been changed.
TextAlignmentChanged
Indicates that the TextAlignment property has been changed.
TextChanged
Indicates that the Text property has been changed.
TextOrientationChanged
Indicates that the TextOrientatio property has been changed.
ValueChanged
Indicates that value1 or value2 has been changed.