Class SelectClassificationWindow
Window/Dialog for selecting a classification
Implements
ISaveableLayout
IFocusableControlBase
Inherited Members
Namespace: Simplic.Framework.Extension.UI
Assembly: Simplic.Framework.Extension.dll
Syntax
public class SelectClassificationWindow : DefaultRibbonWindow
Constructors
| Improve this Doc View SourceSelectClassificationWindow(IList<ClassificationConfiguration>)
Initialize new dialog window
Declaration
public SelectClassificationWindow(IList<ClassificationConfiguration> configurations)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IList<ClassificationConfiguration> | configurations | List of classification which can be selected |
Properties
| Improve this Doc View SourceSelectedConfiguration
Get the selected item
Declaration
public ClassificationConfiguration SelectedConfiguration { get; set; }
Property Value
Type | Description |
---|---|
ClassificationConfiguration |
Methods
| Improve this Doc View SourceOnClosing(CancelEventArgs)
Override closing and handle window mode and selection
Declaration
protected override void OnClosing(CancelEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.ComponentModel.CancelEventArgs | e |
OnSave(WindowSaveEventArg)
Handle saving/selection
Declaration
public override void OnSave(WindowSaveEventArg e)
Parameters
Type | Name | Description |
---|---|---|
WindowSaveEventArg | e |
Overrides
Implements
ISaveableLayout
IFocusableControlBase