Updates the start and end offsets of all segments stored in this collection.
            
 Declaration Syntax
 Declaration Syntax| C# | Visual Basic | Visual C++ | 
public void UpdateOffsets( TextChangeEventArgs e )
Public Sub UpdateOffsets ( _ e As TextChangeEventArgs _ )
public: void UpdateOffsets( TextChangeEventArgs^ e )
 Parameters
 Parameters- e (TextChangeEventArgs)
- TextChangeEventArgs instance describing the change to the document.
Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238

