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



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

TextChangeEventArgs(Int32, ITextSource, ITextSource)
Creates a new TextChangeEventArgs 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.

GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
InsertedText
The text that was inserted.

InsertionLength
The number of characters inserted.

Invert()()()()
Creates TextChangeEventArgs for the reverse change.

MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Offset
The offset at which the change occurs.

RemovalLength
The number of characters removed.

RemovedText
The text that was removed.

ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy

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