Sdílet prostřednictvím


DesignerActionService.DesignerActionListsChanged Událost

Definice

Nastane, když je odebrán nebo přidán pro libovolnou DesignerActionList 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 je specializovaná z EventArgs.
DesignerActionListsChangedEventHandler Připojí obslužnou rutinu DesignerActionListsChangedEventArgs .
DesignerActionListsChangedType Označuje, jestli byl seznam přidán nebo odebrán.

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

Platí pro

Viz také