Occurs when a System.ComponentModel.Design.DesignerActionList is removed or added for any component.
The following table shows the set of specialized classes associated with the DesignerActionService.DesignerActionListsChanged event.
System.ComponentModel.Design.DesignerActionListsChangedEventArgs |
Adds information specific to smart tag list management. This class is specialized from EventArgs. |
System.ComponentModel.Design.DesignerActionListsChangedEventHandler |
Connects the System.ComponentModel.Design.DesignerActionListsChangedEventArgs with its handler. |
System.ComponentModel.Design.DesignerActionListsChangedType |
Denotes whether a list has been added or removed. |
For more information about handling events, see Consuming Events.