DataGrid.OnItemsSourceChanged(IEnumerable, IEnumerable) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
當 ItemsSource 屬性變更時叫用。
protected:
override void OnItemsSourceChanged(System::Collections::IEnumerable ^ oldValue, System::Collections::IEnumerable ^ newValue);
protected override void OnItemsSourceChanged (System.Collections.IEnumerable oldValue, System.Collections.IEnumerable newValue);
override this.OnItemsSourceChanged : System.Collections.IEnumerable * System.Collections.IEnumerable -> unit
Protected Overrides Sub OnItemsSourceChanged (oldValue As IEnumerable, newValue As IEnumerable)
參數
- oldValue
- IEnumerable
舊來源。
- newValue
- IEnumerable
新來源。
備註
AutoGenerateColumns如果屬性為 true
,當屬性變更時, ItemsSource 就會重新產生資料行。 可能的話,將會維護儲存格或資料列選取範圍。