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

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