BindingContext.CollectionChanged Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.