Class ShipmentCreatedEventArgs
Event args if shipments are created in the CopyShipmentWindow
Inheritance
System.Object
System.EventArgs
ShipmentCreatedEventArgs
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.Disposition.UI
Assembly: Simplic.PlugIn.Logistics.dll
Syntax
public class ShipmentCreatedEventArgs : EventArgs
Properties
| Improve this Doc View SourceCreatedShipments
Gets or sets a list of created shipmetns
Declaration
public IList<Shipment> CreatedShipments { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<Shipment> |