Class WeightNoteBulkEditor
Interaction logic for WeightNoteBulkEditor.xaml
Inheritance
System.Object
WeightNoteBulkEditor
Namespace: Simplic.PlugIn.Logistics.Disposition
Assembly: Simplic.PlugIn.Logistics.dll
Syntax
public class WeightNoteBulkEditor : DefaultRibbonWindow
Constructors
| Improve this Doc View SourceWeightNoteBulkEditor(IList<Shipment>)
Declaration
public WeightNoteBulkEditor(IList<Shipment> shipments)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IList<Shipment> | shipments |
Methods
| Improve this Doc View SourceOnSave(WindowSaveEventArg)
Save changes
Declaration
public override void OnSave(WindowSaveEventArg e)
Parameters
Type | Name | Description |
---|---|---|
WindowSaveEventArg | e |