DataGridCheckBoxColumn.RefreshCellContent(FrameworkElement, String) 方法

定義

為了回應資料行屬性值變更而重新整理資料行中的儲存格內容。

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)

參數

element
FrameworkElement

要更新的儲存格。

propertyName
String

已變更之資料行屬性的名稱。

適用於