AvalonEdit
TextChangeEventArgs Constructor (offset, removedText, insertedText)
NamespacesICSharpCode.AvalonEdit.DocumentTextChangeEventArgsTextChangeEventArgs(Int32, ITextSource, ITextSource)
Creates a new TextChangeEventArgs object.
Declaration Syntax
C#Visual BasicVisual C++
public TextChangeEventArgs(
	int offset,
	ITextSource removedText,
	ITextSource insertedText
)
Public Sub New ( _
	offset As Integer, _
	removedText As ITextSource, _
	insertedText As ITextSource _
)
public:
TextChangeEventArgs(
	int offset, 
	ITextSource^ removedText, 
	ITextSource^ insertedText
)
Parameters
offset (Int32)
removedText (ITextSource)
insertedText (ITextSource)

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