[]
        
(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)
Public Overrides Sub Attach(numeric As C1NumericBox, group As PropertyGroup, valueChanged As Action(Of C1NumericBox, Object))
Parameters
Type Name Description
C1NumericBox numeric
PropertyGroup group
Action<C1NumericBox, object> valueChanged
Overrides