'Declaration
Sub Attach( _ ByVal editor As FrameworkElement, _ ByVal group As PropertyGroup, _ ByVal valueChanged As Action(Of FrameworkElement,Object) _ )
void Attach( FrameworkElement editor, PropertyGroup group, Action<FrameworkElement,object> valueChanged )
Parameters
- editor
- The editor being attached to.
- group
- The group shown in the editor.
- valueChanged
- This callback is used to notify for changes in the editor.