SizeChangedEventArgs.NewSize 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 new size of the object reporting the size change.
public:
property Size NewSize { Size get(); };
Size NewSize();
public Size NewSize { get; }
var size = sizeChangedEventArgs.newSize;
Public ReadOnly Property NewSize As Size
Property Value
The new size. The Size structure contains the new height and width.