PropertyGrid for WPF | ComponentOne
C1.WPF.PropertyGrid Namespace / IPropertyGridEditor Interface / Attach Method
The editor being attached to.
The group shown in the editor.
This callback is used to notify for changes in the editor.

In This Topic
    Attach Method (IPropertyGridEditor)
    In This Topic
    Attaches the group to the editor.
    Syntax

    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.
    See Also