Class ContextWindow
Interaktionslogik für ContextWindow.xaml
Inheritance
System.Object
ContextWindow
Namespace: Simplic.Framework.Extension.UI
Assembly: Simplic.Framework.Extension.dll
Syntax
public class ContextWindow : DefaultRibbonWindow
Constructors
| Improve this Doc View SourceContextWindow()
Constructor
Declaration
public ContextWindow()
Methods
| Improve this Doc View SourceEdit(IList<Context>)
Open the current window with a list of models
Declaration
public void Edit(IList<Context> models)
Parameters
Type | Name | Description |
---|---|---|
IList<Context> | models | List of models to edit |
OnDelete(WindowDeleteEventArg)
Delete data
Declaration
public override void OnDelete(WindowDeleteEventArg e)
Parameters
Type | Name | Description |
---|---|---|
WindowDeleteEventArg | e |
OnOpenPage(WindowOpenPageEventArg)
Load ui information
Declaration
public override void OnOpenPage(WindowOpenPageEventArg e)
Parameters
Type | Name | Description |
---|---|---|
WindowOpenPageEventArg | e |
OnSave(WindowSaveEventArg)
Save ui information
Declaration
public override void OnSave(WindowSaveEventArg e)
Parameters
Type | Name | Description |
---|---|---|
WindowSaveEventArg | e |