BindingContext.CollectionChanged Event

Definition

Always raises a NotImplementedException when handled.

public:
 event System::ComponentModel::CollectionChangeEventHandler ^ CollectionChanged;
public event System.ComponentModel.CollectionChangeEventHandler CollectionChanged;
[System.ComponentModel.Browsable(false)]
public event System.ComponentModel.CollectionChangeEventHandler CollectionChanged;
[System.ComponentModel.Browsable(false)]
public event System.ComponentModel.CollectionChangeEventHandler? CollectionChanged;
member this.CollectionChanged : System.ComponentModel.CollectionChangeEventHandler 
[<System.ComponentModel.Browsable(false)>]
member this.CollectionChanged : System.ComponentModel.CollectionChangeEventHandler 
Public Custom Event CollectionChanged As CollectionChangeEventHandler 

Event Type

Attributes

Exceptions

Occurs in all cases.

Remarks

The CollectionChanged event is obsolete and always raises a NotImplementedException when handled. For more information about handling events, see Handling and Raising Events.

Applies to