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