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