SizeChangedEventArgs.NewSize Property

Definition

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.

Applies to