[]
        
(Showing Draft Content)

C1.WPF.PropertyGrid.PasswordEditor.Attach

Attach Method

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

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