DataGridComboBoxColumn.RefreshCellContent(FrameworkElement, String) Método

Definición

Actualiza el contenido de una celda de la columna como respuesta a un cambio de enlace.

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)

Parámetros

element
FrameworkElement

Celda que se va a actualizar.

propertyName
String

Nombre de la propiedad de columna que ha cambiado.

Se aplica a