IWindowBaseImplPositionChanged Property
Gets or sets a method called when the window's position changes.
Namespace: Avalonia.PlatformAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
Action<PixelPoint>? PositionChanged { get; set; }
Property PositionChanged As Action(Of PixelPoint)
Get
Set
abstract PositionChanged : Action<PixelPoint> with get, set
Property Value
ActionPixelPoint