1 instantiation of GridEntryRecreateChildrenEventArgs
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (1)
2556
OnRecreateChildren(new
GridEntryRecreateChildrenEventArgs
(oldCount, VisibleChildCount));
3 references to GridEntryRecreateChildrenEventArgs
System.Windows.Forms (3)
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (2)
2382
protected virtual void OnRecreateChildren(
GridEntryRecreateChildrenEventArgs
e) {
3173
internal delegate void GridEntryRecreateChildrenEventHandler(object sender,
GridEntryRecreateChildrenEventArgs
rce);
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
3709
protected virtual void OnRecreateChildren(object s,
GridEntryRecreateChildrenEventArgs
e) {