PropertyGrid for WPF | ComponentOne
C1.WPF.PropertyGrid Namespace / CollectionEditor Class / AttachPopupEditor Method
The editor being attached.
The group to be attached.
Callback used to notify the editor changed.

In This Topic
    AttachPopupEditor Method (CollectionEditor)
    In This Topic
    Attaches the window editor to the group.
    Syntax
    'Declaration
     
    
    Public Overrides Sub AttachPopupEditor( _
       ByVal editor As CollectionEditorControl, _
       ByVal group As PropertyGroup, _
       ByVal valueChanged As Action(Of CollectionEditorControl,Object) _
    ) 

    Parameters

    editor
    The editor being attached.
    group
    The group to be attached.
    valueChanged
    Callback used to notify the editor changed.
    See Also