CollectionView.OnBeginChangeLogging(NotifyCollectionChangedEventArgs) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
Replaced by OnAllowsCrossThreadChangesChanged
Called by the base class to notify the derived class that an CollectionChanged event has been posted to the message queue.
protected:
virtual void OnBeginChangeLogging(System::Collections::Specialized::NotifyCollectionChangedEventArgs ^ args);
protected virtual void OnBeginChangeLogging (System.Collections.Specialized.NotifyCollectionChangedEventArgs args);
[System.Obsolete("Replaced by OnAllowsCrossThreadChangesChanged")]
protected virtual void OnBeginChangeLogging (System.Collections.Specialized.NotifyCollectionChangedEventArgs args);
abstract member OnBeginChangeLogging : System.Collections.Specialized.NotifyCollectionChangedEventArgs -> unit
override this.OnBeginChangeLogging : System.Collections.Specialized.NotifyCollectionChangedEventArgs -> unit
[<System.Obsolete("Replaced by OnAllowsCrossThreadChangesChanged")>]
abstract member OnBeginChangeLogging : System.Collections.Specialized.NotifyCollectionChangedEventArgs -> unit
override this.OnBeginChangeLogging : System.Collections.Specialized.NotifyCollectionChangedEventArgs -> unit
Protected Overridable Sub OnBeginChangeLogging (args As NotifyCollectionChangedEventArgs)
Parameters
The NotifyCollectionChangedEventArgs object that is added to the change log.
- Attributes
Exceptions
args
is null
.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.