ValueChangingEventArgs<T> Classe
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.
Fournit des données pour l'événement ValueChangingEventArgs<T>.
generic <typename T>
public ref class ValueChangingEventArgs : System::ComponentModel::CancelEventArgs
public class ValueChangingEventArgs<T> : System.ComponentModel.CancelEventArgs
type ValueChangingEventArgs<'T> = class
inherit CancelEventArgs
Public Class ValueChangingEventArgs(Of T)
Inherits CancelEventArgs
Paramètres de type
- T
Type générique de valeur.
- Héritage
-
ValueChangingEventArgs<T>
Constructeurs
| ValueChangingEventArgs<T>(T, T) |
Initialise une nouvelle instance de la classe ValueChangingEventArgs<T>. |
Propriétés
| NewValue |
Obtient la nouvelle valeur d'une propriété variable comme indiqué par un événement property changed. |
| OldValue |
Obtient la valeur précédente d'une propriété variable comme indiqué par un événement property changed. |