AvalonEdit
GetChangesTo Method (other)
NamespacesICSharpCode.AvalonEdit.DocumentITextSourceVersionGetChangesTo(ITextSourceVersion)
Gets the changes from this checkpoint to the other checkpoint. If 'other' is older than this checkpoint, reverse changes are calculated.
Declaration Syntax
C#Visual BasicVisual C++
Function GetChangesTo ( _
	other As ITextSourceVersion _
) As IEnumerable(Of TextChangeEventArgs)
Parameters
Remarks
This method is thread-safe.
Exceptions
ExceptionCondition
ArgumentExceptionRaised if 'other' belongs to a different document than this checkpoint.

Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238