DesignerActionListsChangedType Enum

Definition

Specifies the type of change occurring in a collection of DesignerActionList objects.

public enum class DesignerActionListsChangedType
[System.Runtime.InteropServices.ComVisible(true)]
public enum DesignerActionListsChangedType
public enum DesignerActionListsChangedType
[<System.Runtime.InteropServices.ComVisible(true)>]
type DesignerActionListsChangedType = 
type DesignerActionListsChangedType = 
Public Enum DesignerActionListsChangedType
Inheritance
DesignerActionListsChangedType
Attributes

Fields

ActionListsAdded 0

One or more DesignerActionList objects have been added to the collection.

ActionListsRemoved 1

One or more DesignerActionList objects have been removed from the collection.

Remarks

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.

Applies to

See also