'Declaration
Public Overrides Sub AttachPopupEditor( _ ByVal editor As CollectionEditorControl, _ ByVal group As PropertyGroup, _ ByVal valueChanged As Action(Of CollectionEditorControl,Object) _ )
public override void AttachPopupEditor( CollectionEditorControl editor, PropertyGroup group, Action<CollectionEditorControl,object> valueChanged )
Parameters
- editor
- The editor being attached.
- group
- The group to be attached.
- valueChanged
- Callback used to notify the editor changed.