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

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

    Parameters

    comboBox
    group
    valueChanged
    See Also