ChildrenChanged Method
Called when the Children collection changes.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
protected virtual void ChildrenChanged(
Object? sender,
NotifyCollectionChangedEventArgs e
)
Protected Overridable Sub ChildrenChanged (
sender As Object,
e As NotifyCollectionChangedEventArgs
)
abstract ChildrenChanged :
sender : Object *
e : NotifyCollectionChangedEventArgs -> unit
override ChildrenChanged :
sender : Object *
e : NotifyCollectionChangedEventArgs -> unit
Parameters
- Object
- The event sender.
- NotifyCollectionChangedEventArgs
- The event args.