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