DataGridTextColumn.RefreshCellContent(FrameworkElement, String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
為了回應資料行屬性值變更而重新整理資料行中的儲存格內容。
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
已變更之資料行屬性的名稱。