MindFusion.Wpf Pack Programmer's Guide
UndoableCollection(T).IsSynchronized Property
See Also
 





Gets a value indicating whether access to the collection is synchronized (thread safe).

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public bool IsSynchronized { get; }

Visual Basic  Copy Code

Public ReadOnly Property IsSynchronized As Boolean

 Property Value

true if access to the collection is synchronized (thread safe); otherwise, false.

 See Also

UndoableCollection(T) Members
UndoableCollection(T) Class
MindFusion.Spreadsheet.Wpf Namespace