DesignerActionListsChangedType Výčet

Definice

Určuje typ změny, ke které dochází v kolekci DesignerActionList objektů.

public enum class DesignerActionListsChangedType
[System.Runtime.InteropServices.ComVisible(true)]
public enum DesignerActionListsChangedType
public enum DesignerActionListsChangedType
[<System.Runtime.InteropServices.ComVisible(true)>]
type DesignerActionListsChangedType = 
type DesignerActionListsChangedType = 
Public Enum DesignerActionListsChangedType
Dědičnost
DesignerActionListsChangedType
Atributy

Pole

ActionListsAdded 0

DesignerActionList Do kolekce byly přidány některé objekty.

ActionListsRemoved 1

Jeden nebo více DesignerActionList objektů bylo odebráno z kolekce.

Poznámky

Výčet DesignerActionListsChangedType označuje, že prvek byl přidán nebo odebrán ze spravované kolekce DesignerActionList objektů. Tento výčet se používá ve DesignerActionListsChangedEventArgs třídě , která je přidružena k DesignerActionListsChanged události .

Poznámka

DesignerActionListCollection I když je třída kolekcí DesignerActionList objektů, nevyvolává přímo události. Vlastnící DesignerActionService místo toho vyvolává DesignerActionListsChanged události.

Platí pro

Viz také