DesignerActionService.DesignerActionListsChanged Evento
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Si verifica quando si aggiunge o si rimuove un oggetto DesignerActionList per un componente.
public:
event System::ComponentModel::Design::DesignerActionListsChangedEventHandler ^ DesignerActionListsChanged;
public event System.ComponentModel.Design.DesignerActionListsChangedEventHandler DesignerActionListsChanged;
public event System.ComponentModel.Design.DesignerActionListsChangedEventHandler? DesignerActionListsChanged;
member this.DesignerActionListsChanged : System.ComponentModel.Design.DesignerActionListsChangedEventHandler
Public Custom Event DesignerActionListsChanged As DesignerActionListsChangedEventHandler
Tipo evento
Commenti
Nella tabella seguente viene illustrato il set di classi specializzate associate all'evento DesignerActionListsChanged .
Tipo specializzato | Descrizione |
---|---|
DesignerActionListsChangedEventArgs | Aggiunge informazioni specifiche alla gestione degli elenchi di smart tag. Questa classe è specializzata da EventArgs. |
DesignerActionListsChangedEventHandler | Connette l'oggetto DesignerActionListsChangedEventArgs con il relativo gestore. |
DesignerActionListsChangedType | Indica se un elenco è stato aggiunto o rimosso. |
Per altre informazioni su come gestire gli eventi, vedere la gestione e generazione di eventi.