Class CollectionEditorWithEvent
Provides a collection editor that can edit most types of collections in the Plugin Settings dialog.
Namespace: VE3NEA.HamCockpit.PluginHelpers
Assembly: VE3NEA.HamCockpit.PluginAPI.dll
Syntax
public class CollectionEditorWithEvent : CollectionEditor
Remarks
If a property of collection type in the Settings object of a plugin needs to be edited in the Plugin Settings dialog, use this class as an Editor attribute for that property.
Examples
[Editor(typeof(CollectionEditorWithEvent), typeof(UITypeEditor))]
public ModeColorList ModeColors { get; set; } = new ModeColorList();