[]
        
(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)
Sub Attach(editor As FrameworkElement, group As PropertyGroup, valueChanged As Action(Of FrameworkElement, Object))
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.