DataGridBoundColumn.RefreshCellContent(FrameworkElement, String) Méthode

Définition

Régénère le contenu d'une cellule de la colonne en réponse à une modification de liaison.

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é.

S’applique à