4 references to GridEntryRecreateChildrenEventHandler
System.Windows.Forms (4)
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (3)
1104
public virtual void AddOnRecreateChildren(
GridEntryRecreateChildrenEventHandler
h) {
2384
if (handler != null) ((
GridEntryRecreateChildrenEventHandler
)handler)(this, e);
2620
public virtual void RemoveOnRecreateChildren(
GridEntryRecreateChildrenEventHandler
h) {
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
168
private
GridEntryRecreateChildrenEventHandler
ehRecreateChildren;