Class VehicleProgressChangedEventArgs
For progress in working with vehicle data
Inheritance
System.Object
System.EventArgs
VehicleProgressChangedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.PlugIn.Logistics
Assembly: Simplic.PlugIn.Logistics.ERP.dll
Syntax
public class VehicleProgressChangedEventArgs : EventArgs
Properties
| Improve this Doc View SourceMaxCount
Gets or sets the maximum steps
Declaration
public int MaxCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Progress
Gets or sets the current work progress
Declaration
public int Progress { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |