Property UndoUpdateCount
- Namespace
- Alternet.Editor.TextSource
- Assembly
- Alternet.Editor.v9.dll
UndoUpdateCount
When implemented by a class, keeps track of calls to BeginUndoUpdate
and EndUndoUpdate
so that they can be nested.
int UndoUpdateCount { get; }