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