DesignerActionListsChangedEventArgs.ChangeType Propriété

Définition

Obtient un indicateur qui signale si un élément a été ajouté dans la collection d'objets DesignerActionList ou en a été supprimé.

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

Valeur de propriété

DesignerActionListsChangedType qui indique le type de modification.

Remarques

La modification du contenu d’un existant DesignerActionList dans la collection ne déclenche pas d’événement DesignerActionListsChanged .

S’applique à

Voir aussi