DataGridCheckBoxColumn.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.
Actualise le contenu d'une cellule de la colonne en réponse à un changement de valeur de propriété de la colonne.
protected public:
override void RefreshCellContent(System::Windows::FrameworkElement ^ element, System::String ^ propertyName);
protected internal override void RefreshCellContent (System.Windows.FrameworkElement element, string propertyName);
override this.RefreshCellContent : System.Windows.FrameworkElement * string -> unit
Protected Friend Overrides 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 changé.