SizeChangedEventArgs.PreviousSize Property
Definition
Gets the previous size of the object reporting the size change.
Equivalent WinUI property: Microsoft.UI.Xaml.SizeChangedEventArgs.PreviousSize.
public:
property Size PreviousSize { Size get(); };
Size PreviousSize();
public Size PreviousSize { get; }
var size = sizeChangedEventArgs.previousSize;
Public ReadOnly Property PreviousSize As Size
Property Value
The previous size.