SizeChangedEventArgs.PreviousSize Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient la taille précédente de l’objet signalant la modification de taille.
public:
property Size PreviousSize { Size get(); };
Size PreviousSize();
public Size PreviousSize { get; }
var size = sizeChangedEventArgs.previousSize;
Public ReadOnly Property PreviousSize As Size
Valeur de propriété
Taille précédente.