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. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Note