Share via


SizeChangedEventArgs.NewSize Propiedad

Definición

Obtiene el nuevo tamaño del objeto que notifica el cambio de tamaño.

public:
 property Size NewSize { Size get(); };
Size NewSize();
public Size NewSize { get; }
var size = sizeChangedEventArgs.newSize;
Public ReadOnly Property NewSize As Size

Valor de propiedad

Nuevo tamaño. La estructura Size contiene el nuevo alto y ancho.

Se aplica a