DesignerActionListsChangedEventArgs::ChangeType Property
.NET Framework (current version)
Gets a flag indicating whether an element has been added or removed from the collection of DesignerActionList objects.
Assembly: System.Design (in System.Design.dll)
public: property DesignerActionListsChangedType ChangeType { DesignerActionListsChangedType get(); }
Property Value
Type: System.ComponentModel.Design::DesignerActionListsChangedTypeA DesignerActionListsChangedType that indicates the type of change.
Altering the contents of an existing DesignerActionList in the collection will not raise a DesignerActionListsChanged event.
.NET Framework
Available since 2.0
Available since 2.0
Show: