SizeChangedEventArgs.PreviousSize Property

Definition

Gets the previous Size of the object.

public:
 property System::Windows::Size PreviousSize { System::Windows::Size get(); };
public System.Windows.Size PreviousSize { get; }
member this.PreviousSize : System.Windows.Size
Public ReadOnly Property PreviousSize As Size

Property Value

The previous Size of the object.

Applies to

See also