Class ItemBoxConfigurationWindow
Interaction logic for ItemBoxWindow.xaml
Namespace: Simplic.Studio.UI
Assembly: Simplic.Studio.UI.dll
Syntax
public class ItemBoxConfigurationWindow : BaseItemBoxConfigurationWindow, IItemBoxConfigurationWindow, IWindow<int, ItemBox, ItemBoxViewModel>
Constructors
| Improve this Doc View SourceItemBoxConfigurationWindow(IItemBoxService)
Declaration
public ItemBoxConfigurationWindow(IItemBoxService service)
Parameters
Type | Name | Description |
---|---|---|
IItemBoxService | service |
Methods
| Improve this Doc View SourceOnDelete(WindowDeleteEventArg)
Deletes current ItemBox
Declaration
public override void OnDelete(WindowDeleteEventArg e)
Parameters
Type | Name | Description |
---|---|---|
WindowDeleteEventArg | e |
OnSave(WindowSaveEventArg)
Saves ItemBox if valid
Declaration
public override void OnSave(WindowSaveEventArg e)
Parameters
Type | Name | Description |
---|---|---|
WindowSaveEventArg | e |
ValidSaveConfig()
Checks if current ItemBox is valid for saving
Declaration
public bool ValidSaveConfig()
Returns
Type | Description |
---|---|
System.Boolean | True if valid |