DesignerActionService.DesignerActionListsChanged Událost

Definice

Nastane, když DesignerActionList je odebrána nebo přidána pro libovolnou komponentu.

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 

Event Type

Poznámky

Následující tabulka ukazuje sadu specializovaných tříd přidružených k DesignerActionListsChanged události.

Specializovaný typ Description
DesignerActionListsChangedEventArgs Přidá informace specifické pro správu seznamu inteligentních značek. Tato třída se specializuje na EventArgs.
DesignerActionListsChangedEventHandler Připojí se k DesignerActionListsChangedEventArgs jeho obslužné rutině.
DesignerActionListsChangedType Označuje, jestli byl seznam přidán nebo odebrán.

Další informace o zpracování událostí najdete v tématu Zpracování a vyvolávání událostí.

Platí pro

Viz také