Class EditImageCollectionWindow
Interaction logic for EditImageCollection.xaml
Inheritance
System.Object
EditImageCollectionWindow
Namespace: Simplic.PlugIn.Logistics.UI
Assembly: Simplic.PlugIn.Logistics.dll
Syntax
public class EditImageCollectionWindow : DefaultRibbonWindow
Constructors
| Improve this Doc View SourceEditImageCollectionWindow()
Creates a new instance of the EditImageCollectionWindow.
Declaration
public EditImageCollectionWindow()
Properties
| Improve this Doc View SourceEditImageViewModel
Gets of sets the edit image collection window view model.
Declaration
public EditImageCollectionWindowViewModel EditImageViewModel { get; set; }
Property Value
Type | Description |
---|---|
EditImageCollectionWindowViewModel |
Methods
| Improve this Doc View SourceOnSave(WindowSaveEventArg)
Declaration
public override void OnSave(WindowSaveEventArg e)
Parameters
Type | Name | Description |
---|---|---|
WindowSaveEventArg | e |