Search Results for

    Show / Hide Table of Contents

    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 Source

    CreatedShipments

    Gets or sets a list of created shipmetns

    Declaration
    public IList<Shipment> CreatedShipments { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IList<Shipment>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx