SizeChangedEventArgs.PreviousSize Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the previous size of the object reporting the size change.
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.