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