DataGridColumn.RefreshCellContent(FrameworkElement, String) Metodo

Definizione

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

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