Class ContactCategoryEditor
Interaktionslogik für ContactCategoryEditor.xaml
Inheritance
System.Object
ContactCategoryEditor
Namespace: Simplic.PlugIn.SAC.Contact
Assembly: Simplic.PlugIn.SAC.dll
Syntax
public class ContactCategoryEditor : DefaultRibbonWindow
Constructors
| Improve this Doc View SourceContactCategoryEditor()
Initialize a new ContactCategoryEditor
Declaration
public ContactCategoryEditor()
Properties
| Improve this Doc View SourceCurrent
Gets the current DataContext as ContactCategoryEditor
Declaration
public ContactCategoryViewModel Current { get; }
Property Value
Type | Description |
---|---|
ContactCategoryViewModel |
Methods
| Improve this Doc View SourceNew()
Makes a new ContactCategory and adds it as a PagingObject
Declaration
public void New()
OnDelete(WindowDeleteEventArg)
Declaration
public override void OnDelete(WindowDeleteEventArg e)
Parameters
Type | Name | Description |
---|---|---|
WindowDeleteEventArg | e |
OnOpenPage(WindowOpenPageEventArg)
Declaration
public override void OnOpenPage(WindowOpenPageEventArg e)
Parameters
Type | Name | Description |
---|---|---|
WindowOpenPageEventArg | e |
OnSave(WindowSaveEventArg)
Declaration
public override void OnSave(WindowSaveEventArg e)
Parameters
Type | Name | Description |
---|---|---|
WindowSaveEventArg | e |