[]
        
(Showing Draft Content)

C1.WPF.PropertyGrid.CollectionEditor.AttachPopupEditor

AttachPopupEditor Method

AttachPopupEditor(CollectionEditorControl, PropertyGroup, Action<CollectionEditorControl, object>)

Attaches the window editor to the group.

Declaration
public override void AttachPopupEditor(CollectionEditorControl editor, PropertyGroup group, Action<CollectionEditorControl, object> valueChanged)
Public Overrides Sub AttachPopupEditor(editor As CollectionEditorControl, group As PropertyGroup, valueChanged As Action(Of CollectionEditorControl, Object))
Parameters
Type Name Description
CollectionEditorControl editor

The editor being attached.

PropertyGroup group

The group to be attached.

Action<CollectionEditorControl, object> valueChanged

Callback used to notify the editor changed.

Overrides