Class ProgressBarValueChangedEventArgs
Inheritance
System.Object
System.EventArgs
ProgressBarValueChangedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Shared.Base.dll
Syntax
public class ProgressBarValueChangedEventArgs : EventArgs
Constructors
ProgressBarValueChangedEventArgs()
Declaration
public ProgressBarValueChangedEventArgs()
Properties
Handled
Gets or sets a value indicating whether the ValueChanged event was handled.
Declaration
public bool Handled { get; set; }
Property Value
Type |
---|
System.Boolean |
Text
Gets or sets a value indicating whether the Text is changed in ValueChanged event
Declaration
public string Text { get; set; }
Property Value
Type |
---|
System.String |