ChildrenChanged Method
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
protected override void ChildrenChanged(
Object? sender,
NotifyCollectionChangedEventArgs e
)
Protected Overrides Sub ChildrenChanged (
sender As Object,
e As NotifyCollectionChangedEventArgs
)
abstract ChildrenChanged :
sender : Object *
e : NotifyCollectionChangedEventArgs -> unit
override ChildrenChanged :
sender : Object *
e : NotifyCollectionChangedEventArgs -> unit