DesignerActionListsChangedEventArgs.ChangeType Property

Definition

Gets a flag indicating whether an element has been added or removed from the collection of DesignerActionList objects.

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

Property Value

A DesignerActionListsChangedType that indicates the type of change.

Remarks

Altering the contents of an existing DesignerActionList in the collection will not raise a DesignerActionListsChanged event.

Applies to

See also