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
Sodelujte z nami v storitvi GitHub
Vir za to vsebino najdete v storitvi GitHub, kjer lahko tudi ustvarite in pregledate težave in zahtevke za uveljavitev sprememb. Če želite več informacij, glejte naš vodnik za sodelavce.