DesignerActionListsChangedType Enumeración

Definición

Especifica el tipo de cambio que se produce en una colección de objetos DesignerActionList.

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
Herencia
DesignerActionListsChangedType
Atributos

Campos

ActionListsAdded 0

Se han agregado a la colección uno o varios objetos DesignerActionList.

ActionListsRemoved 1

Se han eliminado de la colección uno o varios objetos DesignerActionList.

Comentarios

La DesignerActionListsChangedType enumeración indica que se ha agregado o quitado un elemento de una colección administrada de DesignerActionList objetos. Esta enumeración se usa en la DesignerActionListsChangedEventArgs clase , que está asociada al DesignerActionListsChanged evento .

Nota:

Aunque la DesignerActionListCollection clase es una colección de DesignerActionList objetos, no genera eventos directamente. En su lugar, el propietario DesignerActionService genera DesignerActionListsChanged eventos.

Se aplica a

Consulte también