DataGridColumn.CancelCellEdit(FrameworkElement, Object) Méthode
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.
Permet de rétablir la cellule en cours de modification à sa valeur initiale non modifiée.
protected:
virtual void CancelCellEdit(System::Windows::FrameworkElement ^ editingElement, System::Object ^ uneditedValue);
protected virtual void CancelCellEdit (System.Windows.FrameworkElement editingElement, object uneditedValue);
abstract member CancelCellEdit : System.Windows.FrameworkElement * obj -> unit
override this.CancelCellEdit : System.Windows.FrameworkElement * obj -> unit
Protected Overridable Sub CancelCellEdit (editingElement As FrameworkElement, uneditedValue As Object)
Paramètres
- editingElement
- FrameworkElement
Élément affiché par la colonne pour une cellule en mode édition.
- uneditedValue
- Object
Valeur d'origine non modifiée de la cellule en cours de modification.