Class StackReportEditor
Interaktionslogik für StackReportEditor.xaml
Implements
ISaveableLayout
IFocusableControlBase
Inherited Members
Namespace: Simplic.DataStack.UI
Assembly: Simplic.DataStack.UI.dll
Syntax
public class StackReportEditor : DefaultRibbonWindow
Constructors
| Improve this Doc View SourceStackReportEditor(StackReportEditorViewModel)
Initializes a new StackReportEditor
Declaration
public StackReportEditor(StackReportEditorViewModel viewModel)
Parameters
Type | Name | Description |
---|---|---|
StackReportEditorViewModel | viewModel |
Methods
| Improve this Doc View SourceOnSave(WindowSaveEventArg)
Save ui information
Declaration
public override void OnSave(WindowSaveEventArg e)
Parameters
Type | Name | Description |
---|---|---|
WindowSaveEventArg | e |
Overrides
Implements
ISaveableLayout
IFocusableControlBase