Describes a change of the document text.
            This class is thread-safe.
            
| C# | Visual Basic | Visual C++ | 
[SerializableAttribute] public class TextChangeEventArgs : EventArgs
<SerializableAttribute> _ Public Class TextChangeEventArgs _ Inherits EventArgs
[SerializableAttribute] public ref class TextChangeEventArgs : public EventArgs
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
| TextChangeEventArgs(Int32, String, String) | 
            Creates a new TextChangeEventArgs object.
              | |
| TextChangeEventArgs(Int32, ITextSource, ITextSource) | 
            Creates a new TextChangeEventArgs object.
              | |
| Equals(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()()()() |  (Inherited from Object.) | 
| Object | |||
| EventArgs | |||
| TextChangeEventArgs | |||
| DocumentChangeEventArgs | |||
Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238