DesignerActionUIStateChangeEventArgs Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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é.