ListCollectionView.OnBeginChangeLogging 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
Replaced by OnAllowsCrossThreadChangesChanged
由基底類別 (Base Class) 呼叫,以通知衍生類別 (Derived Class) CollectionChanged 事件已經公佈至訊息佇列。
protected:
override void OnBeginChangeLogging(System::Collections::Specialized::NotifyCollectionChangedEventArgs ^ args);
protected override void OnBeginChangeLogging (System.Collections.Specialized.NotifyCollectionChangedEventArgs args);
[System.Obsolete("Replaced by OnAllowsCrossThreadChangesChanged")]
protected override void OnBeginChangeLogging (System.Collections.Specialized.NotifyCollectionChangedEventArgs args);
override this.OnBeginChangeLogging : System.Collections.Specialized.NotifyCollectionChangedEventArgs -> unit
[<System.Obsolete("Replaced by OnAllowsCrossThreadChangesChanged")>]
override this.OnBeginChangeLogging : System.Collections.Specialized.NotifyCollectionChangedEventArgs -> unit
Protected Overrides Sub OnBeginChangeLogging (args As NotifyCollectionChangedEventArgs)
參數
加入至變更記錄的 NotifyCollectionChangedEventArgs 物件。
- 屬性
例外狀況
如果 args
為 null
。
備註
此通知的目的是要允許收集檢視建立資訊的快照集,通常是在張貼時所需的資料收集狀態。