PartitionableListTGetEventDisableToken Method |
Gets a token that will temporarily disable the CollectionChanged events from this collection. The best practice is to use this token inside a using statement, because at the end
of the using statement the Dispose function of the token is called automatically, which then reenables the events.
Namespace: Altaxo.CollectionsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
See Also