DesignerActionService.DesignerActionListsChanged Evento

Definizione

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.

Si applica a

Vedi anche