DesignerActionListsChangedEventArgs.ChangeType Propiedad

Definición

Obtiene un marcador que especifica si se ha agregado o quitado un elemento de la colección de objetos DesignerActionList.

public:
 property System::ComponentModel::Design::DesignerActionListsChangedType ChangeType { System::ComponentModel::Design::DesignerActionListsChangedType get(); };
public System.ComponentModel.Design.DesignerActionListsChangedType ChangeType { get; }
member this.ChangeType : System.ComponentModel.Design.DesignerActionListsChangedType
Public ReadOnly Property ChangeType As DesignerActionListsChangedType

Valor de propiedad

DesignerActionListsChangedType que indica el tipo de cambio.

Comentarios

La modificación del contenido de un objeto existente DesignerActionList en la colección no generará un DesignerActionListsChanged evento.

Se aplica a

Consulte también