ClassProgressBarEventArgs
Class
Represents event data for some of the progress bar event: ValueChanged, MinimumChanged, MaximumChanged, StepChanged, StepWidthChanged, DashChanged, IntegralDashChanged, SeparatorWidthChanged, TextOrientationChanged, TextAlignmentChanged, ProgressOrientationChanged, ShowProgressIndicatorsChanged and SeparatorColorChanged.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class ProgressBarEventArgs : EventArgs
Inheritance: objectEventArgsProgressBarEventArgs
Inherited Members
Constructors
ProgressBarEventArgs(ProgressBarSenderEvent)
Initializes a new instance of the ProgressBarEventArgs class using the sender of the event.
Declaration
cs-api-definition
public ProgressBarEventArgs(ProgressBarSenderEvent senderEvent)
Parameters
senderEvent
Represents the event sender.
Properties
SenderEvent
Gets or sets the event sender.
Declaration
cs-api-definition
public ProgressBarSenderEvent SenderEvent { get; set; }
Property Value
event sender.