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.3179.0 (4.8.3179.0)
Syntax
C#
public PartitionableListTISuspendToken GetEventDisableToken()

Return Value

PartitionableListTISuspendToken

[Missing <returns> documentation for "M:Altaxo.Collections.PartitionableList`1.GetEventDisableToken"]

See Also