PropertyGrid for WPF | ComponentOne
C1.WPF.PropertyGrid Namespace / BoolEditor Class / Attach Method

In This Topic
    Attach Method (BoolEditor)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overrides Sub Attach( _
       ByVal checkbox As C1.WPF.Core.C1CheckBox, _
       ByVal group As PropertyGroup, _
       ByVal valueChanged As Action(Of C1CheckBox,Object) _
    ) 
    public override void Attach( 
       C1.WPF.Core.C1CheckBox checkbox,
       PropertyGroup group,
       Action<C1CheckBox,object> valueChanged
    )

    Parameters

    checkbox
    group
    valueChanged
    See Also