DataGridColumn.RefreshCellContent(FrameworkElement, String) Metodo

Definizione

Quando sottoposto a override in una classe derivata, aggiorna il contenuto di una cella nella colonna in risposta a un valore della proprietà di colonna modificato.

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)

Parametri

element
FrameworkElement

Cella da aggiornare.

propertyName
String

Nome della proprietà della colonna modificata.

Si applica a