ValueChangingEventArgs<T>.OldValue Propriété

Définition

Obtient la valeur précédente d'une propriété variable comme indiqué par un événement property changed.

public:
 property T OldValue { T get(); };
public T OldValue { get; }
member this.OldValue : 'T
Public ReadOnly Property OldValue As T

Valeur de propriété

T

Valeur précédente de la propriété variable.

S’applique à