ObservableBindingListTCheckReentrancy Method

Checks for reentrant attempts to change this collection.

Definition

Namespace: KGySoft.ComponentModel
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0
C#
protected void CheckReentrancy()

Exceptions

InvalidOperationExceptionThe result of a previous BlockReentrancy call was not disposed yet. Typically, this means there are additional attempts to change this collection during a CollectionChanged or ListChanged event.

See Also