AvalonEdit
DocumentChangeEventArgs Class
NamespacesICSharpCode.AvalonEdit.DocumentDocumentChangeEventArgs
Describes a change of the document text. This class is thread-safe.
Declaration Syntax
C#Visual BasicVisual C++
[SerializableAttribute]
public class DocumentChangeEventArgs : TextChangeEventArgs
<SerializableAttribute> _
Public Class DocumentChangeEventArgs _
	Inherits TextChangeEventArgs
[SerializableAttribute]
public ref class DocumentChangeEventArgs : public TextChangeEventArgs
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
DocumentChangeEventArgs(Int32, String, String)
Creates a new DocumentChangeEventArgs object.

DocumentChangeEventArgs(Int32, String, String, OffsetChangeMap)
Creates a new DocumentChangeEventArgs object.

DocumentChangeEventArgs(Int32, ITextSource, ITextSource, OffsetChangeMap)
Creates a new DocumentChangeEventArgs object.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetNewOffset(Int32, AnchorMovementType)
Gets the new offset where the specified offset moves after this document change.
(Overrides TextChangeEventArgs.GetNewOffset(Int32, AnchorMovementType).)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
InsertedText
The text that was inserted.
(Inherited from TextChangeEventArgs.)
InsertionLength
The number of characters inserted.
(Inherited from TextChangeEventArgs.)
Invert()()()()
Creates TextChangeEventArgs for the reverse change.
(Overrides TextChangeEventArgs.Invert()()()().)
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Offset
The offset at which the change occurs.
(Inherited from TextChangeEventArgs.)
OffsetChangeMap
Gets the OffsetChangeMap associated with this document change.

RemovalLength
The number of characters removed.
(Inherited from TextChangeEventArgs.)
RemovedText
The text that was removed.
(Inherited from TextChangeEventArgs.)
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
EventArgs
 TextChangeEventArgs
  DocumentChangeEventArgs

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