[]
        
(Showing Draft Content)

C1.WPF.PropertyGrid.TimeEditor.Attach

Attach Method

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

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