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