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