StyledElementLogicalChildrenCollectionChanged Method
Namespace: AvaloniaAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
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
Parameters
- sender Object
-
- e NotifyCollectionChangedEventArgs
-