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