IWindowBaseImpl.

PositionChanged Property

Summary

Gets or sets a method called when the window's position changes.
Namespace
Avalonia.Platform
Containing Type
IWindowBaseImpl

Syntax

Action<PixelPoint> PositionChanged { get; set; }

Value

Type Description
Action<PixelPoint>