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

In This Topic
    AttachPopupEditor Method (ObjectEditor)
    In This Topic
    Attaches the window editor to the group.
    Syntax
    'Declaration
     
    
    Public Overrides Sub AttachPopupEditor( _
       ByVal editor As Grid, _
       ByVal group As PropertyGroup, _
       ByVal valueChanged As Action(Of Grid,Object) _
    ) 
    public override void AttachPopupEditor( 
       Grid editor,
       PropertyGroup group,
       Action<Grid,object> valueChanged
    )

    Parameters

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