[]
        
(Showing Draft Content)

C1.WPF.PropertyGrid.ObjectEditor.AttachPopupEditor

AttachPopupEditor Method

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

Attaches the window editor to the group.

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

The editor being attached.

PropertyGroup group

The group to be attached.

Action<Grid, object> valueChanged

Callback used to notify the editor changed.

Overrides