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