DesignerActionListsChangedType Enumeration
Specifies the type of change occurring in a collection of DesignerActionList objects.
Assembly: System.Design (in System.Design.dll)
| Member name | Description | |
|---|---|---|
| ActionListsAdded | One or more DesignerActionList objects have been added to the collection. | |
| ActionListsRemoved | One or more DesignerActionList objects have been removed from the collection. |
The DesignerActionListsChangedType enumeration indicates that an element has been added or removed from a managed collection of DesignerActionList objects. This enumeration is used in the DesignerActionListsChangedEventArgs class, which is associated with the DesignerActionListsChanged event.
Note |
|---|
Although the DesignerActionListCollection class is a collection of DesignerActionList objects, it does not directly raise events. Instead, the owning DesignerActionService raises DesignerActionListsChanged events. |
Available since 2.0
