[]
        
(Showing Draft Content)

C1.WPF.PropertyGrid.ColorPaletteEditor.Attach

Attach Method

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

Declaration
public override void Attach(C1ComboBox comboBox, PropertyGroup group, Action<C1ComboBox, object> valueChanged)
Parameters
Type Name Description
C1ComboBox comboBox
PropertyGroup group
Action<C1ComboBox, object> valueChanged
Overrides