[]
        
(Showing Draft Content)

C1.WPF.PropertyGrid.CursorEditor.Attach

Attach Method

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

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