[]
        
(Showing Draft Content)

C1.WPF.PropertyGrid.NumericEditor.Attach

Attach Method

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

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