Ham Cockpit   

    Show / Hide Table of Contents

    Class CollectionEditorWithEvent

    Provides a collection editor that can edit most types of collections in the Plugin Settings dialog.

    Inheritance
    Object
    UITypeEditor
    CollectionEditor
    CollectionEditorWithEvent
    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();
    • View Source
    Back to top Generated by DocFX