DesignerActionUIStateChangeEventArgs Constructeur

Définition

Initialise une nouvelle instance de la classe DesignerActionUIStateChangeEventArgs.

public:
 DesignerActionUIStateChangeEventArgs(System::Object ^ relatedObject, System::ComponentModel::Design::DesignerActionUIStateChangeType changeType);
public DesignerActionUIStateChangeEventArgs (object relatedObject, System.ComponentModel.Design.DesignerActionUIStateChangeType changeType);
new System.ComponentModel.Design.DesignerActionUIStateChangeEventArgs : obj * System.ComponentModel.Design.DesignerActionUIStateChangeType -> System.ComponentModel.Design.DesignerActionUIStateChangeEventArgs
Public Sub New (relatedObject As Object, changeType As DesignerActionUIStateChangeType)

Paramètres

relatedObject
Object

Objet associé au panneau.

changeType
DesignerActionUIStateChangeType

Valeur qui spécifie si le panneau est affiché ou masqué.

Remarques

Pour l’événement DesignerActionListsChanged , le relatedObject paramètre fait toujours référence au System.ComponentModel.Component auquel le panneau est associé.

S’applique à

Voir aussi