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