DesignerActionListsChangedEventArgs.RelatedObject Propriété
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.
Obtient l’objet associé à la collection d’objets DesignerActionList.
public:
property System::Object ^ RelatedObject { System::Object ^ get(); };
public object RelatedObject { get; }
public object? RelatedObject { get; }
member this.RelatedObject : obj
Public ReadOnly Property RelatedObject As Object
Valeur de propriété
Object associé au DesignerActionListCollection managé.
Remarques
La RelatedObject propriété permet au programmeur d’associer un objet à un instance de la DesignerActionListsChangedEventArgs classe.
Pour l’événement DesignerActionListsChanged , la RelatedObject propriété doit toujours référencer le System.ComponentModel.Component auquel DesignerActionListCollection est associé.