[]
        
(Showing Draft Content)

C1.WPF.PropertyGrid.IPropertyGridEditor.Attach

Attach Method

Attach(FrameworkElement, PropertyGroup, Action<FrameworkElement, object>)

Attaches the group to the editor.

Declaration
void Attach(FrameworkElement editor, PropertyGroup group, Action<FrameworkElement, object> valueChanged)
Parameters
Type Name Description
FrameworkElement editor

The editor being attached to.

PropertyGroup group

The group shown in the editor.

Action<FrameworkElement, object> valueChanged

This callback is used to notify for changes in the editor.