DataGridColumn.RefreshCellContent(FrameworkElement, String) 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.
En cas de substitution dans une classe dérivée, actualise le contenu d'une cellule de la colonne en réponse à une modification d'une valeur de propriété de colonne.
protected public:
virtual void RefreshCellContent(System::Windows::FrameworkElement ^ element, System::String ^ propertyName);
protected internal virtual void RefreshCellContent (System.Windows.FrameworkElement element, string propertyName);
abstract member RefreshCellContent : System.Windows.FrameworkElement * string -> unit
override this.RefreshCellContent : System.Windows.FrameworkElement * string -> unit
Protected Friend Overridable Sub RefreshCellContent (element As FrameworkElement, propertyName As String)
Paramètres
- element
- FrameworkElement
Cellule à mettre à jour.
- propertyName
- String
Nom de la propriété de colonne qui a été modifiée.