Click or drag to resize

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.Collections
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public PartitionableListTISuspendToken GetEventDisableToken()

Return Value

PartitionableListTISuspendToken
A token to temporarily disable events.
See Also