Sdílet prostřednictvím


DesignerActionListsChangedEventArgs.ChangeType Vlastnost

Definice

Získá příznak označující, zda byl prvek přidán nebo odebrán z kolekce DesignerActionList objektů.

public:
 property System::ComponentModel::Design::DesignerActionListsChangedType ChangeType { System::ComponentModel::Design::DesignerActionListsChangedType get(); };
public System.ComponentModel.Design.DesignerActionListsChangedType ChangeType { get; }
member this.ChangeType : System.ComponentModel.Design.DesignerActionListsChangedType
Public ReadOnly Property ChangeType As DesignerActionListsChangedType

Hodnota vlastnosti

A DesignerActionListsChangedType , který označuje typ změny.

Poznámky

Změna obsahu existujícího DesignerActionList v kolekci nevyvolá DesignerActionListsChanged událost.

Platí pro

Viz také