4 references to GridEntryRecreateChildrenEventHandler
System.Windows.Forms (4)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (3)
842
public void AddOnRecreateChildren(
GridEntryRecreateChildrenEventHandler
h) => AddEventHandler(s_recreateChildrenEvent, h);
2182
if (GetEventHandler(s_recreateChildrenEvent) is
GridEntryRecreateChildrenEventHandler
handler)
2240
public void RemoveOnRecreateChildren(
GridEntryRecreateChildrenEventHandler
handler)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
110
private readonly
GridEntryRecreateChildrenEventHandler
_recreateChildren;