5 references to DesignerActionListsChangedEventArgs
System.Windows.Forms.Design (4)
System\ComponentModel\Design\DesignerActionService.cs (4)
78OnDesignerActionListsChanged(new DesignerActionListsChangedEventArgs(comp, DesignerActionListsChangedType.ActionListsAdded, GetComponentActions(comp))); 108OnDesignerActionListsChanged(new(comp, DesignerActionListsChangedType.ActionListsRemoved, GetComponentActions(comp))); 312OnDesignerActionListsChanged(new DesignerActionListsChangedEventArgs(comp, DesignerActionListsChangedType.ActionListsRemoved, GetComponentActions(comp))); 366OnDesignerActionListsChanged(new DesignerActionListsChangedEventArgs(comp, DesignerActionListsChangedType.ActionListsRemoved, GetComponentActions(comp)));
System.Windows.Forms.Design.Tests (1)
System\ComponentModel\Design\DesignerActionListsChangedEventArgsTests.cs (1)
18DesignerActionListsChangedEventArgs e = new(relatedObject, changeType, actionLists);