DesignerActionListsChangedEventArgs Constructeur

Définition

Initialise une nouvelle instance de la classe DesignerActionListsChangedEventArgs.

public:
 DesignerActionListsChangedEventArgs(System::Object ^ relatedObject, System::ComponentModel::Design::DesignerActionListsChangedType changeType, System::ComponentModel::Design::DesignerActionListCollection ^ actionLists);
public DesignerActionListsChangedEventArgs (object relatedObject, System.ComponentModel.Design.DesignerActionListsChangedType changeType, System.ComponentModel.Design.DesignerActionListCollection actionLists);
public DesignerActionListsChangedEventArgs (object? relatedObject, System.ComponentModel.Design.DesignerActionListsChangedType changeType, System.ComponentModel.Design.DesignerActionListCollection? actionLists);
new System.ComponentModel.Design.DesignerActionListsChangedEventArgs : obj * System.ComponentModel.Design.DesignerActionListsChangedType * System.ComponentModel.Design.DesignerActionListCollection -> System.ComponentModel.Design.DesignerActionListsChangedEventArgs
Public Sub New (relatedObject As Object, changeType As DesignerActionListsChangedType, actionLists As DesignerActionListCollection)

Paramètres

relatedObject
Object

Objet associé à la collection.

changeType
DesignerActionListsChangedType

Valeur qui spécifie si DesignerActionList a été ajouté dans la collection ou en a été supprimé.

actionLists
DesignerActionListCollection

Collection d'éléments de liste après l'application de l'action.

Remarques

Pour l’événement DesignerActionListsChanged , le relatedObject paramètre référence toujours le Component auquel est DesignerActionListCollection associé.

S’applique à

Voir aussi